[C#] | public void void setTruncate(int maxWidth [, int maxLines ]); |
[VB] | Public Sub void setTruncate(maxWidth As Integer [, maxLines As Integer ]) |
ChartDirector 7.1 (.NET Edition)
TextBox.
Usage
[C#] | public void void setTruncate(int maxWidth [, int maxLines ]); |
[VB] | Public Sub void setTruncate(maxWidth As Integer [, maxLines As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
maxWidth | (Mandatory) | The maximum width of the text box in pixels. |
maxLines | 1 | The maximum number of lines that the text box can have. The text will be truncated if it exceeds the maximum number of lines. |
Return Value