FlowLayoutSettings.FlowDirection 속성

정의

연속된 컨트롤 흐름의 방향을 나타내는 값을 가져오거나 설정합니다.

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

속성 값

컨테이너에서 연속된 컨트롤 흐름의 방향을 나타내는 FlowDirection입니다. 기본값은 LeftToRight입니다.

설명

FlowDirection 에 대 한 기본 속성을 FlowLayoutSettings 클래스입니다.

적용 대상

추가 정보