Share via


IScrollMap.End Property

Gets the scrollmap coordinate of the end of the buffer.

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

Syntax

'Declaration
ReadOnly Property End As Double
double End { get; }
property double End {
    double get ();
}
abstract End : float with get
function get End () : double

Property Value

Type: Double
The scrollmap coordinate of the end of the buffer.

.NET Framework Security

See Also

Reference

IScrollMap Interface

Microsoft.VisualStudio.Text.Editor Namespace