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


InteractionSourceConfiguration.ScaleSourceMode Свойство

Определение

Возвращает или задает значение, указывающее, как обрабатываются взаимодействия для этого входного элемента VisualInteractionSource на оси масштабирования.

public:
 property InteractionSourceRedirectionMode ScaleSourceMode { InteractionSourceRedirectionMode get(); void set(InteractionSourceRedirectionMode value); };
InteractionSourceRedirectionMode ScaleSourceMode();

void ScaleSourceMode(InteractionSourceRedirectionMode value);
public InteractionSourceRedirectionMode ScaleSourceMode { get; set; }
var interactionSourceRedirectionMode = interactionSourceConfiguration.scaleSourceMode;
interactionSourceConfiguration.scaleSourceMode = interactionSourceRedirectionMode;
Public Property ScaleSourceMode As InteractionSourceRedirectionMode

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

Исходный режим для оси масштабирования. По умолчанию принимается значение VisualInteractionTracker.ScaleSourceMode.

Комментарии

Это свойство переопределяет конфигурацию VisualInteractionSource.ScaleSourceMode. Он должен быть включен, чтобы разрешить VisualInteractionSource отправлять данные масштабирования в InteractionTracker.

Дополнительные сведения см. в разделе VisualInteractionSource.PointerWheelConfig.

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

См. также раздел