GroupBox.ShowShadow Property
In This Article
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.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Group |
A Group |
#Remarks
To customize the size of the shadow, use the GroupBox.ShadowOffset property.
See Also