RichEditTextDocument.AlignmentIncludesTrailingWhitespace Property

Definition

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.

Applies to