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