ItemAutomationPeer.GetOrientationCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the specified UIElement is laid out in a particular direction.
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
Returns
The direction of the specified UIElement. Optionally, the method returns None if the UIElement is not laid out in a particular direction.
Remarks
The UIElement corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer. This method is called by GetOrientation.