HandwritingView.PlacementTarget Propiedad

Definición

Obtiene o establece el elemento visual o control al que se debe colocar la vista de escritura a mano en relación con cuando se abre.

public:
 property UIElement ^ PlacementTarget { UIElement ^ get(); void set(UIElement ^ value); };
UIElement PlacementTarget();

void PlacementTarget(UIElement value);
public UIElement PlacementTarget { get; set; }
var uIElement = handwritingView.placementTarget;
handwritingView.placementTarget = uIElement;
Public Property PlacementTarget As UIElement

Valor de propiedad

Elemento visual o control al que se debe colocar la vista de escritura a mano en relación con cuando se abre. El valor predeterminado es NULL.

Comentarios

Si no hay ningún conjunto PlacementTarget explícito, el destino de selección de ubicación es el control de texto primario.

Se aplica a

Consulte también