WheelBehavior
StockSharp.Xaml.Diagram.GXDiagram.Tool
此点数控制了 StandardMouseWheel 鼠标轮的行为 。
字段
ControlZooms
public const WheelBehavior ControlZooms
value = WheelBehavior.ControlZooms
当只有控制键修饰器时,鼠标轮事件会放大出出入出.
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,和ShiftScrollsHorizontally.