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 設定,放置目標就是父文字控制項。