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
'Декларация
Public ReadOnly Property ViewportBottom As Double
Get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.