Поделиться через


VisualInteractionSource.ScaleSourceMode Свойство

Определение

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

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

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

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