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.v24.2.dll
NuGet Package: DevExpress.Wpf.LayoutControl
#Declaration
public GroupBoxShadowVisibility ShowShadow { get; set; }
#Property Value
Type | Description |
---|---|
Group |
A Group |
#Remarks
To customize the size of the shadow, use the GroupBox.ShadowOffset property.
See Also