TextBounds::Height Property

 

Gets the distance between the top and bottom edges 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 Height {
	double get();
}

Property Value

Type: System::Double

The distance between the top and bottom edges of the rectangle in the text rendering coordinate system.

This value is always positive.

Return to top
Show: