Partager via


ContentSite.ClientSize Propriété

Définition

Obtient la taille du client Win32 HWND parent.

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

Valeur de propriété

Taille du client Win32 HWND parent.

S’applique à