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

适用于