DataGridHeaderBorder.Orientation 속성

정의

머리글이 열 머리글처럼 세로 방향으로 렌더링되는지 또는 행 머리글처럼 가로 방향으로 렌더링되는지를 가져오거나 설정합니다.

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

속성 값

머리글이 렌더링된 방향을 나타내는 열거형 값 중 하나입니다. 등록된 기본값은 Vertical입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 DependencyProperty를 참조하십시오.

적용 대상