[]
Gets or sets a bool value that indicates whether to count the wrapped line when limit the count of lines counted by MaxLineCount property. This is a dependency property.
public bool CountWrappedLine { get; set; }
Public Property CountWrappedLine As Boolean
Type | Description |
---|---|
bool | true if counts the wrapped line; otherwise, false.
|
If set this CountWrappedLine property to true, set GrapeCity.Windows.InputMan.GcTextBox.Multiline property to true, and set the GrapeCity.Windows.InputMan.GcTextBox.MaxLineCount property to a non-zero value. This GcTextBox only accepts the texts which lines is less than the value of GrapeCity.Windows.InputMan.GcTextBox.MaxLineCount.