Search
Style.isPropertySet Method
See Also
 

Checks whether the specified property has a value.

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

 Syntax

Java  Copy Code

protected boolean isPropertySet (
    Object property
)

 Parameters

property

The property to check.

 Return Value

true if the property has a local value; otherwise, false.

 See Also