IVerticalScrollBar.Map Property

Definition

Gets the mapping between the text position and the scrollbar coordinate for the scrollbar.

public:
 property Microsoft::VisualStudio::Text::Editor::IScrollMap ^ Map { Microsoft::VisualStudio::Text::Editor::IScrollMap ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Editor::IScrollMap ^ Map { Microsoft::VisualStudio::Text::Editor::IScrollMap ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IScrollMap Map { get; }
member this.Map : Microsoft.VisualStudio.Text.Editor.IScrollMap
Public ReadOnly Property Map As IScrollMap

Property Value

The mapping between the text position and the scrollbar coordinate for the scrollbar.

Applies to