SystemParameters.VerticalScrollBarButtonHeight Property

Definition

Gets a value that indicates the height, in pixels adjusted for DPI, of the arrow bitmap on a vertical scroll bar.

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

Property Value

The height of a bitmap.

Attributes

Remarks

Maps to SM_CYVSCROLL. See GetSystemMetrics.

XAML attribute usage

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

Applies to