Skip to main content

StrokeStyle.StartLineCap Property

Gets or sets the type of shape that is used at the beginning of a stroke.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.Drawing.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public PenLineCap StartLineCap { get; set; }

#Property Value

Type Description
PenLineCap

A PenLineCap object that starts the map stroke.

See Also