StrokeJoin Property
Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a Shape.
Definition
Namespace: Avalonia.Controls.Shapes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public PenLineJoin StrokeJoin { get; set; }
Public Property StrokeJoin As PenLineJoin
Get
Set
member StrokeJoin : PenLineJoin with get, set