ToolStripPanel.Orientation 속성

정의

ToolStripPanel이 가로 방향인지 아니면 세로 방향인지를 나타내는 값을 가져오거나 설정합니다.

public:
 property System::Windows::Forms::Orientation Orientation { System::Windows::Forms::Orientation get(); void set(System::Windows::Forms::Orientation value); };
public System.Windows.Forms.Orientation Orientation { get; set; }
member this.Orientation : System.Windows.Forms.Orientation with get, set
Public Property Orientation As Orientation

속성 값

Orientation 값 중 하나입니다.

적용 대상