Skip to main content

DXButton.CornerRadius Property

Gets or sets the radius for the button’s corners.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public CornerRadius CornerRadius { get; set; }

#Property Value

Type Description
CornerRadius

The radius for the button’s corners.

See Also