RichEditTextDocument.IgnoreTrailingCharacterSpacing 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 character spacing is applied to the last character in a line.
public:
property bool IgnoreTrailingCharacterSpacing { bool get(); void set(bool value); };
bool IgnoreTrailingCharacterSpacing();
void IgnoreTrailingCharacterSpacing(bool value);
public bool IgnoreTrailingCharacterSpacing { get; set; }
var boolean = richEditTextDocument.ignoreTrailingCharacterSpacing;
richEditTextDocument.ignoreTrailingCharacterSpacing = boolean;
Public Property IgnoreTrailingCharacterSpacing As Boolean
Property Value
Boolean
bool
true if spacing is applied to the last character in a line of text; otherwise, false. The default is false.