Search
TreeViewNode.setFont Method
See Also
 

Sets or the font used to render the node's caption.

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

 Syntax

Java  Copy Code

public void setFont (
    Font value
)

 Parameters

value

A Font instance specifying the font attributes.

 See Also