TextLine.WidthIncludingTrailingWhitespace Property

Definition

Gets the width of a line of text, including trailing whitespace characters.

public:
 abstract property double WidthIncludingTrailingWhitespace { double get(); };
public abstract double WidthIncludingTrailingWhitespace { get; }
member this.WidthIncludingTrailingWhitespace : double
Public MustOverride ReadOnly Property WidthIncludingTrailingWhitespace As Double

Property Value

The text line width, including trailing whitespace characters.

Applies to