IScrollMap.ThumbSize Property

Definition

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.

Applies to