Search
DiagramItem.ShouldRender Method
See Also
 





Determines whether the item should be rendered in the current context.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected bool ShouldRender ()

Visual Basic  Copy Code

Protected Function ShouldRender () As Boolean

 Return Value

true to draw the item; otherwise, false.

 See Also