Skip to main content

SimpleButtonActualAppearance.PressedBorderColor Property

Gets the border color that is applied to the SimpleButton when it is pressed. To specify this color, use the PressedBorderColor property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Color PressedBorderColor { get; }

Property Value

Type Description
Color

The border color.

See Also