Gets or sets whether to 'hang' EOL characters on the end of screen lines.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public virtual bool EnableEolHanging { get; set; } |
Visual Basic |
---|
Public Overridable Property EnableEolHanging As Boolean Get Set |
Property Value
Type: BooleanImplements
IWordProc..::..EnableEolHanging
Remarks
This property gets or sets whether to 'hang' EOL graphics 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 will not be the starting character of the next screen line.
To hang characters which is not EOL code, use EnableCharacterHanging instead.