RichEditTextDocument.AlignmentIncludesTrailingWhitespace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether trailing white space is taken into account when text is aligned.
public:
property bool AlignmentIncludesTrailingWhitespace { bool get(); void set(bool value); };
bool AlignmentIncludesTrailingWhitespace();
void AlignmentIncludesTrailingWhitespace(bool value);
public bool AlignmentIncludesTrailingWhitespace { get; set; }
var boolean = richEditTextDocument.alignmentIncludesTrailingWhitespace;
richEditTextDocument.alignmentIncludesTrailingWhitespace = boolean;
Public Property AlignmentIncludesTrailingWhitespace As Boolean
Property Value
Boolean
bool
true if trailing whitespace is taken into account when text is aligned; false if trailing whitespace is ignored. The default is false.