TextBounds.Trailing 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 position of the trailing edge of the rectangle in the text rendering coordinate system.
public:
property double Trailing { double get(); };
public:
property double Trailing { double get(); };
public double Trailing { get; }
member this.Trailing : double
Public ReadOnly Property Trailing As Double
Property Value
The position of the trailing edge of the rectangle in the text rendering coordinate system.
Remarks
In right-to-left text, the trailing edge is positioned to the left of the leading edge. If the text has a non-zero width end of line glyph, this property includes the width of that character.