MeasureTrailingSpaces Property (TextElement)
In This Topic
Gets or sets whether the text bounding rectangle includes the trailing space at the end of each line (only if the text has no background).
Syntax
'Declaration
Public Property MeasureTrailingSpaces As Boolean
public bool MeasureTrailingSpaces {get; set;}
See Also