RadialScale.StrokeCap Property
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
public SKStrokeCap StrokeCap { get; set; }
Property Value
Type | Description |
---|---|
SkiaSharp.SKStrokeCap | The style of line endings. |
See Also