Skip to main content

SimpleButton.ActualAppearance Property

Gets the common appearance settings that are applied to the current SimpleButton.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public SimpleButtonActualAppearance ActualAppearance { get; }

Property Value

Type Description
SimpleButtonActualAppearance

Appearance settings that are applied to the current SimpleButton.

See Also