Skip to main content

RibbonCheckBoxStyleSettings.CornerRadius Property

Gets or sets a corner radius of the RibbonCheckBox‘s border. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnContentChanged")]
public CornerRadius? CornerRadius { get; set; }

Property Value

Type Description
Nullable<CornerRadius>

A corner radius of the RibbonCheckBox‘s border.

See Also