다음을 통해 공유


ContentSiteView.ClientSize 속성

정의

부모 Win32 HWND 클라이언트 크기를 가져옵니다.

public:
 property SizeInt32 ClientSize { SizeInt32 get(); };
SizeInt32 ClientSize();
public SizeInt32 ClientSize { get; }
var sizeInt32 = contentSiteView.clientSize;
Public ReadOnly Property ClientSize As SizeInt32

속성 값

부모 Win32 HWND 클라이언트 크기입니다.

적용 대상