PenLineJoin Property

Gets or sets the join style for the ends of two consecutive lines drawn with this Pen.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PenLineJoin LineJoin { get; set; }

Property Value

PenLineJoin

Implements

IPenLineJoin

See Also