Label.GetPreferredSize(Size) Méthode

Définition

Récupère la taille d'une zone rectangulaire qui peut contenir un contrôle.

public:
 override System::Drawing::Size GetPreferredSize(System::Drawing::Size proposedSize);
public override System.Drawing.Size GetPreferredSize (System.Drawing.Size proposedSize);
override this.GetPreferredSize : System.Drawing.Size -> System.Drawing.Size
Public Overrides Function GetPreferredSize (proposedSize As Size) As Size

Paramètres

proposedSize
Size

Zone de taille personnalisée pour un contrôle.

Retours

Size

Paire ordonnée de type Size représentant la largeur et la hauteur d'un rectangle.

S’applique à