Search
Style.GetValue Method
See Also
 





Gets the value of the specified property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected Object GetValue (
    Object property
)

Visual Basic  Copy Code

Protected Function GetValue( _
    property As Object _
) As Object

 Parameters

property

The property to get.

 Return Value

The value of the property or null (Nothing in Visual Basic) if the property is not defined.

 See Also