ITextView.MaxTextRightCoordinate Property

Definition

Gets the right coordinate of the longest line, whether or not that line is currently visible, in logical pixels.

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

Property Value

The right coordinate.

Remarks

This value is cached and may not represent the width of the widest line in the underlying buffer. For example, if the widest line has never been formatted, then it is not in the cache.

Applies to