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)

Syntax

'Declaration
Public ReadOnly Property ViewportBottom As Double
public double ViewportBottom { get; }
public:
property double ViewportBottom {
    double get ();
}
member ViewportBottom : float
function get ViewportBottom () : double

Property Value

Type: System.Double
The y-coordinate of the viewport's bottom edge.

.NET Framework Security

See Also

Reference

ViewState Class

Microsoft.VisualStudio.Text.Editor Namespace