LineJoin 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)
- C#
- VB
- F#
public PenLineJoin LineJoin { get; set; }
Public Property LineJoin As PenLineJoin
Get
Set
abstract LineJoin : PenLineJoin with get, set
override LineJoin : PenLineJoin with get, set