Search
LinkLabel.getTextColor Method
See Also
 

Gets the color of the link's label text.

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

 Syntax

Java  Copy Code

public Color getTextColor ()

 Return Value

A Color object representing the text color. The default value is null.

 Remarks

The label's text is rendered using the link's text color if this value is null.

 See Also