Gets the value of the specified property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected Object GetValue ( |
Visual Basic
Copy Code
|
|---|
Protected Function GetValue( _ |
The property to get.
The value of the property or null (Nothing in Visual Basic) if the property is not defined.
See Also