HandwritingView.PlacementTarget Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’élément visuel ou le contrôle auquel la vue d’écriture manuscrite doit être positionnée par rapport à l’ouverture.
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
Valeur de propriété
Élément visuel ou contrôle auquel la vue d’écriture manuscrite doit être positionnée par rapport à l’ouverture. La valeur par défaut est Null.
Remarques
S’il n’existe aucun paramètre PlacementTarget explicite, la cible de placement est le contrôle de texte parent.