TextBounds::Bottom Property

 

Gets the position of the bottom 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 Bottom {
	double get();
}

Property Value

Type: System::Double

The position of the bottom edge of the rectangle in the text rendering coordinate system.

Return to top
Show: