Search
Style.setValue Method
See Also
 

Sets the value of the specified property.

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

 Syntax

Java  Copy Code

protected void setValue (
    Object property,
    Object value
)

 Parameters

property

The property to set.

value

The new property value.

 See Also