ContentSite.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(); void set(SizeInt32 value); };
SizeInt32 ClientSize();
void ClientSize(SizeInt32 value);
public SizeInt32 ClientSize { get; set; }
var sizeInt32 = contentSite.clientSize;
contentSite.clientSize = sizeInt32;
Public Property ClientSize As SizeInt32
Property Value
The parent Win32 HWND client size.