Search
ContainerNode.setFoldIconSize Method
See Also
 

Sets the size of the fold / unfold icon.

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

 Syntax

Java  Copy Code

public void setFoldIconSize (
    Float value
)

 Parameters

value

A Float value specifying the size of fold / unfold icon.

 Remarks

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

 See Also