[]
Gets or sets the wrap rule when the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox control is multiline.
public WrapMode WrapMode { get; set; }
Public Property WrapMode As WrapMode
Type | Description |
---|---|
WrapMode | A GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.WrapMode enumeration that indicates the rule for wrapping the text.
|
The WrapMode property takes effect for text wrap behaviors. The WrapMode.WordWrap value means wrap the text by word. The WrapMode.CharWrap value means wrap the text by character.
This property only takes effect when MultiLine is true.