SystemParameters.VerticalScrollBarThumbHeight Property

Definition

Gets a value that indicates the height, in pixels, of the thumb in a vertical scroll bar.

public:
 static property double VerticalScrollBarThumbHeight { double get(); };
public static double VerticalScrollBarThumbHeight { [System.Security.SecurityCritical] get; }
public static double VerticalScrollBarThumbHeight { get; }
[<get: System.Security.SecurityCritical>]
member this.VerticalScrollBarThumbHeight : double
member this.VerticalScrollBarThumbHeight : double
Public Shared ReadOnly Property VerticalScrollBarThumbHeight As Double

Property Value

Double

The height of the thumb.

Attributes

Remarks

Maps to SM_CYVTHUMB. See GetSystemMetrics.

XAML Attribute Usage

<object property="{ SystemParameters.VerticalScrollBarThumbHeight}"/>

Applies to