Determines whether the item should be rendered in the current context.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected bool ShouldRender () |
Visual Basic
Copy Code
|
|---|
Protected Function ShouldRender () As Boolean |
true to draw the item; otherwise, false.
See Also