Property PreserveTrailingSpaces
PreserveTrailingSpaces
Gets or sets a flag that determines whether Text will have trailing spaces preserved or not when WordWrap(ustring, int, bool, int, TextDirection) is enabled. If true any trailing spaces will be trimmed when either the Text property is changed or when WordWrap(ustring, int, bool, int, TextDirection) is set to true. The default is false.
public virtual bool PreserveTrailingSpaces { get; set; }