Aracılığıyla paylaş


MouseAction.WheelDirection Özellik

Alır veya yönü ve tutarı fare tekerleği hareket piksel cinsinden ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITest.Common
Derleme:  Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll içinde)

Sözdizimi

'Bildirim
Public Property WheelDirection As Integer
    Get
    Set
public int WheelDirection { get; set; }
public:
property int WheelDirection {
    int get ();
    void set (int value);
}
member WheelDirection : int with get, set
function get WheelDirection () : int
function set WheelDirection (value : int)

Özellik Değeri

Tür: System.Int32
Pozitif bir sayı (aşağı); ileriye doğru bir yön gösterir. negatif bir sayı ters yönde (yukarı) gösterir.

Açıklamalar

Harekete geçiren bu özellik ayarı PropertyChanged olay.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

MouseAction Sınıf

Microsoft.VisualStudio.TestTools.UITest.Common Ad Alanı

PropertyChanged