Skip to main content

SimpleButtonActualAppearance.ShowShadow Property

Gets whether the shadow of the SimpleButton is displayed. To specify this value, use the ShowShadow property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public bool ShowShadow { get; }

Property Value

Type Description
Boolean

true if the SimpleButton shadow is displayed; otherwise, false.

See Also