Share via


HandwritingView.PlacementTarget 属性

定义

获取或设置打开时手写视图相对于 的视觉元素或控件。

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

属性值

打开时手写视图应相对于 放置的可视元素或控件。 默认值为 null

注解

如果没有显式 PlacementTarget 集,则放置目标是父文本控件。

适用于

另请参阅