ITextViewLine.TextRight 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 the x-coordinate of the right edge of the text in the rendered line.
public:
 property double TextRight { double get(); };
	public:
 property double TextRight { double get(); };
	public double TextRight { get; }
	member this.TextRight : double
	Public ReadOnly Property TextRight As Double
	Property Value
The x-coordinate of the right edge of the text in the rendered line.
Remarks
This does not include the EndOfLineWidth for lines that have a line break.