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

属性值

控件的边界。

适用于