次の方法で共有


WebViewControl.Bounds プロパティ

定義

コントロールの境界を取得または設定します。

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

void Bounds(Rect value);
public Rect Bounds { get; set; }
var rect = webViewControl.bounds;
webViewControl.bounds = rect;
Public Property Bounds As Rect

プロパティ値

コントロールの境界。

適用対象