Gets or sets whether the content should be limited to a single line.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
bool IsSingleLineMode { get; set; } |
Visual Basic |
---|
Property IsSingleLineMode As Boolean Get Set |
Property Value
Type: Boolean
Remarks
If this property was set to true, Azuki does not accept EOL characters so that the content is always consisted with just one line.
The default value is false.