WheelBehavior
StockSharp.Xaml.Diagram.GXDiagram.Tool
この列挙は、StandardMouseWheel@ でマウスホイールの動作を制御します。
フィールド
ControlZooms
public const WheelBehavior ControlZooms
value = WheelBehavior.ControlZooms
コントロールキー修飾子のみがない場合、マウスホイールイベントがズームインし、アウトします。
None
public const WheelBehavior None
value = WheelBehavior.None
WheelBehaviorが "None" の場合、マウスホイールイベントは無視されます。
ScrollsVertically
public const WheelBehavior ScrollsVertically
value = WheelBehavior.ScrollsVertically
修飾子がない場合、マウスホイールイベントは図を上下にスクロールします。
ShiftScrollsHorizontally
public const WheelBehavior ShiftScrollsHorizontally
value = WheelBehavior.ShiftScrollsHorizontally
Shiftキー修飾子のみがある場合、マウスホイールイベントは左と右に図をスクロールします。
Standard
public const WheelBehavior Standard
value = WheelBehavior.Standard
フラグのこの組み合わせは、WheelBehavior:ScrollsVertically、ControlZooms、ControlZooms、ShiftScrollsHorizontallyのデフォルト値を表しています。
Zooms
public const WheelBehavior Zooms
value = WheelBehavior.Zooms
修飾子がない場合、マウスホイールイベントがズームインしてアウトします。