TextBounds::Trailing Property

 

Gets the position of the trailing edge of the rectangle in the text rendering coordinate system.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
property double Trailing {
	double get();
}

Property Value

Type: System::Double

The 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.

Return to top
Show: