ScrollBarAutomationPeer.GetOrientationCore 方法

定义

获取一个值,该值指示与此 ScrollBarAutomationPeer 关联的 ScrollBar 是否按特定方向进行布局。 由 GetOrientation() 调用。

protected:
 override System::Windows::Automation::Peers::AutomationOrientation GetOrientationCore();
protected override System.Windows.Automation.Peers.AutomationOrientation GetOrientationCore ();
override this.GetOrientationCore : unit -> System.Windows.Automation.Peers.AutomationOrientation
Protected Overrides Function GetOrientationCore () As AutomationOrientation

返回

AutomationOrientation

HorizontalVertical,具体取决于 ScrollBar 的方向。

适用于

另请参阅