HandwritingView.PlacementTarget Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.