GroupBox.ShowShadow Property
Gets or sets when and if a shadow is visible for the GroupBox. 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 |
---|---|
GroupBoxShadowVisibility | A GroupBoxShadowVisibility value that specifies when and if a shadow is visible for the GroupBox. |
Remarks
To customize the size of the shadow, use the GroupBox.ShadowOffset property.
See Also