ITextView.MaxTextRightCoordinate 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 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.