DroidDiagram Programmer's Guide
LinkLabel.setMaxWidth Method
See Also
 






Sets the maximal width that when reached should cause text to wrap to a new line.

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

 Syntax

Java  Copy Code

public void setMaxWidth (
    float maxWidth
)

 Parameters

maxWidth

A float value specifying the maximal label width.

 See Also

LinkLabel Members
LinkLabel Class
com.mindfusion.diagramming Namespace