Skip to main content

SimpleButtonActualAppearance.DisabledBorderColor Property

Gets the border color value that is applied to the SimpleButton when it is disabled. To specify this color, use the CornerRadius property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Color DisabledBorderColor { get; }

Property Value

Type Description
Color

The border color.

See Also