Search
Style.GetProperty Method
See Also
 





Returns the property with the specified name, if any.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IProperty GetProperty (
    string name
)

Visual Basic  Copy Code

Public Function GetProperty( _
    name As String _
) As IProperty

 Parameters

name

 Return Value

 See Also