Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

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