Checks whether the specified property has a value.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected bool IsPropertySet ( |
Visual Basic
Copy Code
|
|---|
Protected Function IsPropertySet( _ |
The property to check.
true if the property has a local value; otherwise, false.
See Also