SystemParameters.WheelScrollLines Vlastnost

Definice

Získá hodnotu, která označuje počet řádků, které se mají posouvat při otáčení kolečka myši.

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

Hodnota vlastnosti

Počet řádků.

Atributy

Poznámky

Mapuje se na SPI_GETWHEELSCROLLLINES. Viz SystemParametersInfo.

Použití atributu XAML

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

Platí pro