Skip to main content
A newer version of this page is available. .

DiagramOptionsView.AllowShapeShadows Property

Gets or sets whether to show shadows for diagram items.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(false)]
public bool AllowShapeShadows { get; set; }

Property Value

Type Default Description
Boolean **false**

true to show shadows for appointment; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowShapeShadows
DiagramControl
.OptionsView.AllowShapeShadows
See Also