Sets a value indicating whether automatic text wrapping is disabled.
Namespace: com.mindfusion.drawing
Assembly: com.mindfusion.drawing
SyntaxJava
Copy Code
|
|---|
public void setNoWrap ( |
true to disable text wrapping, otherwise false.
RemarksIf wrapping is enabled, the control automatically wraps the text to a new line when there is not enough space to fit it in one line. If automatic wrapping is disabled, the control wraps text only at new-line characters.
See Also