Skip to main content
A newer version of this page is available. .

GroupBox.CornerRadius Property

Gets or sets the radius of the GroupBox’s corners. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public CornerRadius CornerRadius { get; set; }

Property Value

Type Description
CornerRadius

A CornerRadius value that specifies the radius of the GroupBox’s corners.

Remarks

The following code shows a GroupBox with the CornerRadius property set to 10.

GroupBox_CornerRadius

See Also