MeasureTrailingSpaces Property (Style)
In This Topic
Gets or sets a value indicating whether spaces at ends of text lines are taken into account when measuring the text.
Syntax
'Declaration
Public Property MeasureTrailingSpaces As Boolean
public bool MeasureTrailingSpaces {get; set;}
See Also