共用方式為


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

屬性值

控制項的界限。

適用於