ViewState::ViewportBottom Property

 

Gets the y-coordinate of the viewport's bottom edge.

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

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

Property Value

Type: System::Double

The y-coordinate of the viewport's bottom edge.

Return to top
Show: