Skip to main content

SimpleButtonActualAppearance.CornerRadius Property

Gets the corner radius value that is applied to the SimpleButton. To specify this value, use the CornerRadius property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public CornerRadius CornerRadius { get; }

Property Value

Type Description
CornerRadius

The corner radius.

See Also