IScrollMap.ThumbSize 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 size of the text visible in the view (in scrollmap coordinates).
public:
property double ThumbSize { double get(); };
public:
property double ThumbSize { double get(); };
public double ThumbSize { get; }
member this.ThumbSize : double
Public ReadOnly Property ThumbSize As Double
Property Value
The size of the text visible in the view.
Remarks
This is equivalent to the scrollbar thumb size. The total height of the scroll map, in scrollmap coordinates, is CoordinateOfBufferEnd + ThumbSize.