Sdílet prostřednictvím


SystemParameters.VerticalScrollBarThumbHeight Vlastnost

Definice

Získá hodnotu, která označuje výšku palce ve svislém posuvníku v pixelech upravených pro DPI.

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

Hodnota vlastnosti

Výška palce.

Atributy

Poznámky

Mapuje na SM_CYVTHUMB. Viz GetSystemMetrics.

Použití atributu XAML

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

Platí pro