Search
ShadowsStyle Enumeration
See Also
 





Enumerates possible shadows-drawing styles.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum ShadowsStyle

Visual Basic  Copy Code

Public Enum ShadowsStyle

 Members

  Member name Description

None

No shadows are drawn.

OneLevel

All shadows are drawn at the lowest z-level, and appear to be on one level.

ZOrder

Every shadows is drawn just below its item, possibly covering other items.

 Remarks

This enumeration provides the possible values for the ShadowsStyle property of the Diagram class.

 See Also