HandwritingView.PlacementTarget 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置打开时手写视图相对于 的视觉元素或控件。
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 集,则放置目标是父文本控件。