InteractionTracker.SetBindingMode Método

Definición

Establece el modo de eje de enlace entre dos rastreadores de interacción.

public:
 static void SetBindingMode(InteractionTracker ^ boundTracker1, InteractionTracker ^ boundTracker2, InteractionBindingAxisModes axisMode);
 static void SetBindingMode(InteractionTracker const& boundTracker1, InteractionTracker const& boundTracker2, InteractionBindingAxisModes const& axisMode);
public static void SetBindingMode(InteractionTracker boundTracker1, InteractionTracker boundTracker2, InteractionBindingAxisModes axisMode);
function setBindingMode(boundTracker1, boundTracker2, axisMode)
Public Shared Sub SetBindingMode (boundTracker1 As InteractionTracker, boundTracker2 As InteractionTracker, axisMode As InteractionBindingAxisModes)

Parámetros

boundTracker1
InteractionTracker

Primer seguimiento de interacción del enlace.

boundTracker2
InteractionTracker

Segundo seguimiento de interacción en el enlace.

axisMode
InteractionBindingAxisModes

Eje que se está enlazando.

Comentarios

Ambos rastreadores de interacción (boundTracker1, boundTracker2) deben proceder del mismo Compositor.

Pase None como parámetro axisMode para quitar un modo de enlace existente.

Se aplica a