ScrollBar.Orientation Свойство

Определение

Возвращает или задает значение, указывающее, горизонтально или вертикально ориентирован элемент управления ScrollBar.

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

Значение свойства

Orientation

Значение из перечисления Orientation, указывающее, горизонтально или вертикально отображается ScrollBar. Значение по умолчанию — Vertical.

Примеры

В следующем примере показано, как задать Orientation свойство для ScrollBar элемента управления.

myScrollBar.Orientation = Orientation.Horizontal;
myScrollBar.Orientation = Orientation.Horizontal
<ScrollBar Name="myScrollBar" Orientation="Horizontal"/>

Комментарии

Сведения о свойстве зависимостей

Поле идентификатора OrientationProperty
Для свойств метаданных задано значение true Нет

Применяется к

См. также раздел