Search
Style.registerProperty Method
See Also
 

Registers a new property with the specified name and type.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

protected Object registerProperty (
    String name
)

 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