Skip to main content

SimpleButtonActualAppearance.BorderThickness Property

Gets the border thickness value that is applied to the SimpleButton. To specify this value, use the BorderThickness property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double BorderThickness { get; }

Property Value

Type Description
Double

The border thickness.

See Also