Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
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 ( |
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.
|
Méthode | Description | |
---|---|---|
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.
|
protected GetAutomationControlTypeCore ( ) : AutomationControlType | ||
Résultat | AutomationControlType |
public GetPattern ( PatternInterface patternInterface ) : object | ||
patternInterface | PatternInterface | /// One of the enumeration values. /// |
Résultat | object |
public GridSplitterAutomationPeer ( |
||
owner |
/// The |
|
Résultat | System |
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. /// |
Résultat | void |
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. /// |
Résultat | void |