ContentSiteView.ClientSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent Win32 HWND client size.
public:
property SizeInt32 ClientSize { SizeInt32 get(); };
SizeInt32 ClientSize();
public SizeInt32 ClientSize { get; }
var sizeInt32 = contentSiteView.clientSize;
Public ReadOnly Property ClientSize As SizeInt32
Property Value
The parent Win32 HWND client size.