次の方法で共有


CoreTextLayoutBounds.ControlBounds プロパティ

定義

テキスト入力コントロールの画面座標の境界ボックスを取得または設定します。

public:
 property Rect ControlBounds { Rect get(); void set(Rect value); };
Rect ControlBounds();

void ControlBounds(Rect value);
public Rect ControlBounds { get; set; }
var rect = coreTextLayoutBounds.controlBounds;
coreTextLayoutBounds.controlBounds = rect;
Public Property ControlBounds As Rect

プロパティ値

テキスト入力コントロールの画面座標の境界ボックス。

適用対象