Gets a value indicating whether the event is raised to draw the node's shadow.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Shadow { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Shadow As Boolean |
true if now drawing the node's shadow; otherwise, false.
See Also