CustomizeTickmarkLabelEventArgs.FontAttributes Property
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
public FontAttributes FontAttributes { get; set; }
Property Value
Type | Description |
---|---|
FontAttributes | The custom text’s font attributes. |
See Also