ToolStrip.Orientation Свойство
Определение
Возвращает ориентацию элемента управления ToolStripPanel.Gets the orientation of the ToolStripPanel.
public:
property System::Windows::Forms::Orientation Orientation { System::Windows::Forms::Orientation get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.Orientation Orientation { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Orientation : System.Windows.Forms.Orientation
Public ReadOnly Property Orientation As Orientation
Значение свойства
Одно из значений перечисления Orientation.One of the Orientation values. Значение по умолчанию — Horizontal.The default is Horizontal.
- Атрибуты