PivotAutomationPeer Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The PivotAutomationPeer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
EventsSource | Gets or sets an AutomationPeer that is reported to the automation client as a source for all the events that come from this AutomationPeer. (Inherited from AutomationPeer.) |
|
Owner | Gets the UIElement that is associated with this FrameworkElementAutomationPeer. (Inherited from FrameworkElementAutomationPeer.) |
| Name | Description | |
|---|---|---|
|
IScrollProvider.HorizontallyScrollable | Gets a value that indicates whether the control can scroll horizontally. |
|
IScrollProvider.HorizontalScrollPercent | Gets the horizontal scroll position as a percentage of the total content area within the control. |
|
IScrollProvider.HorizontalViewSize | Gets the horizontal size of the viewable region as a percentage of the total content area within the control. |
|
IScrollProvider.VerticallyScrollable | Gets a value that indicates whether the control can scroll vertically. |
|
IScrollProvider.VerticalScrollPercent | Gets the vertical scroll position as a percentage of the total content area within the control. |
|
IScrollProvider.VerticalViewSize | Gets the vertical size of the viewable region as a percentage of the total content area within the control. |
|
ISelectionProvider.CanSelectMultiple | Gets a value that indicates whether the Microsoft UI Automation provider allows more than one child element to be selected concurrently. |
|
ISelectionProvider.IsSelectionRequired | Gets a value that indicates whether the Microsoft UI Automation provider requires at least one child element to be selected. |
Show: