SystemParameters.HorizontalScrollBarHeight Vlastnost

Definice

Získá výšku vodorovného posuvníku v pixelech.

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

Hodnota vlastnosti

Výška posuvníku

Atributy

Poznámky

Mapuje se na SM_CYHSCROLL. Viz GetSystemMetrics.

Použití atributu XAML

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

Platí pro