RowStyle Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une instance de la classe RowStyle.
Surcharges
RowStyle() |
Initialise une instance de la classe RowStyle dans son état par défaut. |
RowStyle(SizeType) |
Initialise une instance de la classe RowStyle à l'aide de la valeur SizeType fournie. |
RowStyle(SizeType, Single) |
Initialise une instance de la classe RowStyle à l'aide du SizeType fourni et de la hauteur. |
RowStyle()
RowStyle(SizeType)
public:
RowStyle(System::Windows::Forms::SizeType sizeType);
public RowStyle (System.Windows.Forms.SizeType sizeType);
new System.Windows.Forms.RowStyle : System.Windows.Forms.SizeType -> System.Windows.Forms.RowStyle
Public Sub New (sizeType As SizeType)
Paramètres
- sizeType
- SizeType
SizeType indiquant le rapport entre les dimensions de la ligne et du tableau qui la contient.
Remarques
Ce constructeur définit la Height propriété sur 0.
Voir aussi
S’applique à
RowStyle(SizeType, Single)
public:
RowStyle(System::Windows::Forms::SizeType sizeType, float height);
public RowStyle (System.Windows.Forms.SizeType sizeType, float height);
new System.Windows.Forms.RowStyle : System.Windows.Forms.SizeType * single -> System.Windows.Forms.RowStyle
Public Sub New (sizeType As SizeType, height As Single)
Paramètres
- sizeType
- SizeType
SizeType indiquant le rapport entre les dimensions de la ligne et du tableau qui la contient.
- height
- Single
Hauteur par défaut du TableLayoutPanel, indiquée en pixels ou en pourcentage, en fonction de sizeType
.
Exceptions
height
est inférieur à 0.
Remarques
Le height
paramètre prend différentes significations en fonction du sizeType
paramètre. Pour plus d'informations, consultez la propriété Height.