Skip to main content

SimpleButton.FontAttributes Property

Gets or sets whether the button caption is bold or italic. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public FontAttributes FontAttributes { get; set; }

Property Value

Type Default Description
FontAttributes None

The value that specifies whether the text is bold, italic, or neither.

See Also