RadialScale.TickmarkLabelFontAttributes Property
In This Article
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
C#
public FontAttributes TickmarkLabelFontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
The tickmark label’s font attributes. |
See Also