다음을 통해 공유


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

속성 값

컨트롤의 범위입니다.

적용 대상