FlowLayoutSettings.FlowDirection Propriété

Définition

Obtient ou définit une valeur indiquant le sens du déroulement de contrôles consécutifs.

public:
 property System::Windows::Forms::FlowDirection FlowDirection { System::Windows::Forms::FlowDirection get(); void set(System::Windows::Forms::FlowDirection value); };
public System.Windows.Forms.FlowDirection FlowDirection { get; set; }
member this.FlowDirection : System.Windows.Forms.FlowDirection with get, set
Public Property FlowDirection As FlowDirection

Valeur de propriété

FlowDirection

FlowDirection indiquant le sens du déroulement de contrôles consécutifs dans le conteneur. La valeur par défaut est LeftToRight.

Remarques

FlowDirection est la propriété par défaut de la FlowLayoutSettings classe.

S’applique à

Voir aussi