Search
Renderers.getFoldIconRenderer Method
See Also
 

Gets a FoldIconRenderer instance used to draw fold and unfold buttons in ContainerNode caption bar.

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

 Syntax

Java  Copy Code

public static FoldIconRenderer getFoldIconRenderer ()

 Return Value

A FoldIconRenderer instance. The default value is null, which applies default icons.

 See Also