CustomizeTickmarkLabelEventArgs.FontAttributes Property
In This Article
Gets or sets whether the font used to display the custom tickmark text is bold, italic, or unmodified.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
#Declaration
C#
public FontAttributes FontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
The custom text’s font attributes. |
See Also