C# Класс Microsoft.Silverlight.Testing.Controls.GridSplitterAutomationPeer

Exposes T:Microsoft.Silverlight.Testing.Controls.GridSplitter types to UI automation.
Наследование: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, ITransformProvider
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GetPattern ( PatternInterface patternInterface ) : object

Gets the control pattern for the T:Microsoft.Silverlight.Testing.Controls.GridSplitter that is associated with this T:System.Windows.Automation.Peers.GridSplitterAutomationPeer.

GridSplitterAutomationPeer ( GridSplitter owner ) : System

Initializes a new instance of the T:System.Windows.Automation.Peers.GridSplitterAutomationPeer class.

ITransformProvider ( double degrees ) : void

Rotates the control.

ITransformProvider ( double x, double y ) : void

Moves the control.

Защищенные методы

Метод Описание
GetAutomationControlTypeCore ( ) : AutomationControlType

Gets the control type for the element that is associated with the UI Automation peer.

GetClassNameCore ( ) : string

Called by GetClassName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.

Описание методов

GetAutomationControlTypeCore() защищенный Метод

Gets the control type for the element that is associated with the UI Automation peer.
protected GetAutomationControlTypeCore ( ) : AutomationControlType
Результат AutomationControlType

GetClassNameCore() защищенный Метод

Called by GetClassName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
protected GetClassNameCore ( ) : string
Результат string

GetPattern() публичный Метод

Gets the control pattern for the T:Microsoft.Silverlight.Testing.Controls.GridSplitter that is associated with this T:System.Windows.Automation.Peers.GridSplitterAutomationPeer.
public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface /// One of the enumeration values. ///
Результат object

GridSplitterAutomationPeer() публичный Метод

Initializes a new instance of the T:System.Windows.Automation.Peers.GridSplitterAutomationPeer class.
public GridSplitterAutomationPeer ( GridSplitter owner ) : System
owner GridSplitter /// The to /// associate with the /// . ///
Результат System

ITransformProvider() публичный Метод

Rotates the control.
public ITransformProvider ( double degrees ) : void
degrees double /// The number of degrees to rotate the control. A positive number /// rotates clockwise; a negative number rotates counterclockwise. ///
Результат void

ITransformProvider() публичный Метод

Moves the control.
public ITransformProvider ( double x, double y ) : void
x double /// Absolute screen coordinates of the left side of the control. ///
y double /// Absolute screen coordinates of the top of the control. ///
Результат void