JustifyEndOfLines Property (Style)
In This Topic
Gets or sets a value indicating whether lines of text ending with a newline character should be justified if the current style has
TextAlignHorz set to
AlignHorzEnum.Justify or
AlignHorzEnum.JustifyChars.
Syntax
'Declaration
Public Property JustifyEndOfLines As Boolean
public bool JustifyEndOfLines {get; set;}
See Also