ITextViewLine.TextLeft Property

Definition

Gets the x-coordinate of the left edge of the text in the rendered line.

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

Property Value

The x-coordinate of the left edge of the text in the rendered line.

Remarks

This will always be the same as Left.

Applies to