Search
ContainerNode.getFoldIconSize Method
See Also
 

Gets the size of the fold / unfold icon.

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

 Syntax

Java  Copy Code

public Float getFoldIconSize ()

 Return Value

An optional Float value specifying the size of fold / unfold icon. The default value is null.

 Remarks

If this size is not specified, the fold icon is drawn as big as container's CaptionHeight.

 See Also