Search
ExpandIconRenderer.getSize Method
See Also
 

Gets a float value specifying icon size in diagram's MeasureUnit.

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

 Syntax

Java  Copy Code

public Float getSize ()

 Return Value

A Float value that lets you override the icon size. The default value is null.

 Remarks

If this property is not set, icons are rendered using default unit-independent size.

 See Also