DXButton.CornerRadius Property
In This Article
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 |
---|---|
Corner |
The radius for the button’s corners. |
See Also