HandwritingView.PlacementTarget Property

Definition

Gets or sets the visual element or control that the handwriting view should be positioned in relation to when opened.

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

Property Value

The visual element or control that the handwriting view should be positioned in relation to when opened. The default is null.

Remarks

If there is no explicit PlacementTarget set, the placement target is the parent text control.

Applies to

See also