Search
Diagram.GetValue Method
See Also
 





Gets the effective value of the style property with the specified name.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected Object GetValue (
    string name
)

Visual Basic  Copy Code

Protected Function GetValue( _
    name As String _
) As Object

 Parameters

name

The name of the property to get.

 Return Value

An object representing the effective property value.

 See Also