Skip to main content

SimpleButtonActualAppearance.FontAttributes Property

Gets the font attributes applied to the SimpleButton. To specify this value, use the FontAttributes property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public FontAttributes FontAttributes { get; }

Property Value

Type Description
FontAttributes

The font attributes.

See Also