Search
TreeViewNodeBuilder.font Method (Font)
See Also
 

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

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

 Syntax

Java  Copy Code

public TreeViewNodeBuilder font (
    Font value
)

 Parameters

value

A Font instance specifying the font attributes.

 Return Value

This TreeViewNodeBuilder instance.

 See Also