FlowLayoutSettings.FlowDirection Egenskap

Definition

Hämtar eller anger ett värde som anger flödesriktningen för efterföljande kontroller.

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

Egenskapsvärde

En FlowDirection som anger flödesriktningen för efterföljande kontroller i containern. Standardvärdet är LeftToRight.

Kommentarer

FlowDirection är standardegenskapen FlowLayoutSettings för klassen.

Gäller för

Se även