RadialScale.ShowTickmarkLabels Property
Gets or sets whether the labels of RadialScale‘s tickmark text are displayed. This is a bindable property.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public bool ShowTickmarkLabels { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also