VisualInteractionSource.ScaleSourceMode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义如何处理刻度轴上的 VisualInteractionSource 的交互。 有 3 种类型的 InteractionSourceMode可供选择:交互为 Disabled 、 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
属性值
刻度轴的源模式。