FlowLayoutSettings.FlowDirection Eigenschaft

Definition

Ruft einen Wert ab, der die Flussrichtung der aufeinanderfolgenden Steuerelemente angibt, oder legt diesen fest.

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

Eigenschaftswert

FlowDirection

Eine FlowDirection, die die Flussrichtung von aufeinanderfolgenden Steuerelementen im Container angibt. Der Standardwert ist LeftToRight.

Hinweise

FlowDirection ist die Standardeigenschaft für die FlowLayoutSettings Klasse.

Gilt für

Siehe auch