Search
DrawNodeEventArgs.Shadow Property
See Also
 





Gets a value indicating whether the event is raised to draw the node's shadow.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Shadow { get; }

Visual Basic  Copy Code

Public ReadOnly Property Shadow As Boolean

 Property Value

true if now drawing the node's shadow; otherwise, false.

 See Also