Enumerates possible shadows-drawing styles.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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. |
RemarksThis enumeration provides the possible values for the ShadowsStyle property of the Diagram class.
See Also