RadialScale.TickmarkLabelFontAttributes Property
Gets or sets the tickmark label’s font attributes. This is a bindable property.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public FontAttributes TickmarkLabelFontAttributes { get; set; }
Property Value
Type | Description |
---|---|
FontAttributes | The tickmark label’s font attributes. |
See Also