SystemParameters.HorizontalScrollBarHeight Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Höhe einer horizontalen Bildlaufleiste in Pixel ab.
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
Eigenschaftswert
Die Höhe der Bildlaufleiste.
- Attribute
Hinweise
Ordnet SM_CYHSCROLL zu. Siehe GetSystemMetrics.
XAML-Attributverwendung
<
object property="{ SystemParameters.HorizontalScrollBarHeight}"/>