Back to Devexpress

GroupBox.CornerRadius Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-groupbox-3677bef6.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public CornerRadius CornerRadius { get; set; }
vb
Public Property CornerRadius As CornerRadius

Property Value

TypeDescription
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

GroupBox Class

GroupBox Members

DevExpress.Xpf.LayoutControl Namespace