TextLine.Width Property

Definition

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

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

Property Value

The text line width, excluding trailing whitespace characters.

Applies to