TextBounds::Trailing Property
Visual Studio 2015
Gets the position of the trailing edge of the rectangle in the text rendering coordinate system.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Property Value
Type: System::DoubleThe position of the trailing edge of the rectangle in the text rendering coordinate system.
In right-to-left text, the trailing edge is positioned to the left of the leading edge.
If the text has a end-of-line glyph that has a width greater than zero, this property includes the width of that glyph.
Show: