Compartir a través de


InteractionSourceConfiguration.ScaleSourceMode Propiedad

Definición

Obtiene o establece un valor que indica cómo se procesan las interacciones para esta entrada de VisualInteractionSource en el eje de escala.

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

Valor de propiedad

Modo de origen del eje de escala. De forma predeterminada, toma el valor de VisualInteractionTracker.ScaleSourceMode.

Comentarios

Esta propiedad invalida la configuración de VisualInteractionSource.ScaleSourceMode. Debe habilitarse para permitir que VisualInteractionSource envíe datos de escalado a InteractionTracker.

Para obtener más información, consulta VisualInteractionSource.PointerWheelConfig.

Se aplica a

Consulte también