TextDecorationStrokeLineCap Property

Gets or sets a PenLineCap enumeration value that describes the shape at the ends of a line.

Definition

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

Property Value

PenLineCap

See Also