[]
Gets or sets how the text box should wrap text. This is a dependency property.
public TextWrapping TextWrapping { get; set; }
Public Property TextWrapping As TextWrapping
Type | Description |
---|---|
TextWrapping | One of the TextWrapping values that indicates how the text box should wrap text. The default is TextWrapping.NoWrap. |
Setting the TextWrapping to Wrap causes entered text to wrap to a new line when the edge of the GcTextBox control is reached, automatically expanding the height of the TextBox control to include room for a new line, if necessary.
Type | Condition |
---|---|
ArgumentException | Value is not defined in TextWrapping enumeration. |