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.v24.2.dll
NuGet Package: DevExpress.Wpf.LayoutControl
#Declaration
public CornerRadius CornerRadius { get; set; }
#Property Value
Type | Description |
---|---|
Corner |
A Corner |
#Remarks
The following code shows a GroupBox with the CornerRadius property set to 10.
See Also