Skip to main content

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

#Declaration

public GroupBoxShadowVisibility ShowShadow { get; set; }

#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