FlowLayoutSettings.FlowDirection Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die de stroomrichting van opeenvolgende besturingselementen aangeeft.

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

Waarde van eigenschap

Een FlowDirection die de stroomrichting aangeeft van opeenvolgende besturingselementen in de container. De standaardwaarde is LeftToRight.

Opmerkingen

FlowDirection is de standaardeigenschap voor de FlowLayoutSettings klasse.

Van toepassing op

Zie ook