Gets or sets whether to 'hang' specified characters on the end of screen lines.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
bool EnableCharacterHanging { get; set; } |
Visual Basic |
---|
Property EnableCharacterHanging As Boolean Get Set |
Property Value
Type: Boolean
Remarks
This property gets or sets whether to 'hang' specified characters on the end of screen lines.
The term 'hang' here means placing a character beyond the end of screen line. Hanged character will be drawn out of text area and not be sent to next screen line.
Which characters are hanged is determined by CharsToBeHanged property. To hang EOL code graphics, use EnableEolHanging instead.