ShapeStrokeJoin 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) Version: 11.3.999
public PenLineJoin StrokeJoin { get; set; }

Property Value

PenLineJoin

See Also