GroupBox.CornerRadius Property
In This Article
Gets or sets the radius of the GroupBox's corners.
This is a dependency property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Corner |
A Corner |
#Remarks
The following code shows a GroupBox with the CornerRadius property set to 10.
See Also