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.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
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.
See Also