Search
SpinnerComponent.setFont Method
See Also
 

Sets the font of the spinner's text.

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

 Syntax

Java  Copy Code

public void setFont (
    Font value
)

 Parameters

value

An instance of the java.awt.Font class.

 See Also