FlowLayoutSettings.FlowDirection Vlastnost

Definice

Získá nebo nastaví hodnotu označující směr toku po sobě jdoucích ovládacích prvků.

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

Hodnota vlastnosti

FlowDirection

Určuje FlowDirection směr toku po sobě jdoucích ovládacích prvků v kontejneru. Výchozí formát je LeftToRight.

Poznámky

FlowDirection je výchozí vlastnost třídy FlowLayoutSettings .

Platí pro

Viz také