RadialScale.StrokeCap Property
In This Article
Gets or sets the style of the RadialScale line’s endings. This is a bindable property.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
#Declaration
C#
public SKStrokeCap StrokeCap { get; set; }
#Property Value
Type | Description |
---|---|
Skia |
The style of line endings. |
See Also