Search
Style.RegisterProperty Method
See Also
 





Registers a new property with the specified name and type.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected Object RegisterProperty (
    string name
)

Visual Basic  Copy Code

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

 Parameters

name

The name of the property.

 Return Value

An object that can be used to identify the property in subsequent calls to methods like SetValue and GetValue.

 See Also