IVerticalScrollBar.Map Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.