共用方式為


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

適用於

另請參閱