Search
Renderers.setFoldIconRenderer Method
See Also
 

Sets 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 void setFoldIconRenderer (
    FoldIconRenderer value
)

 Parameters

value

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

 See Also