VisualInteractionSource.ScaleSourceMode Свойство

Определение

Определяет способ обработки взаимодействий для 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

Значение свойства

Исходный режим для оси масштабирования.

Применяется к