VisualInteractionSource.ScaleSourceMode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义如何处理缩放轴上 VisualInteractionSource 的交互。 有三种 InteractionSourceMode 类型可供选择:
- 已禁用
- EnabledWithInertia
- EnabledWithoutInertia
必须启用此属性才能允许 VisualInteractionSource 将缩放数据发送到 InteractionTracker。
public:
property InteractionSourceMode ScaleSourceMode { InteractionSourceMode get(); void set(InteractionSourceMode value); };
InteractionSourceMode ScaleSourceMode();
void ScaleSourceMode(InteractionSourceMode value);
public InteractionSourceMode ScaleSourceMode { get; set; }
var interactionSourceMode = visualInteractionSource.scaleSourceMode;
visualInteractionSource.scaleSourceMode = interactionSourceMode;
Public Property ScaleSourceMode As InteractionSourceMode
属性值
刻度轴的源模式。