C# Class UIAutomation.UiaTransformPattern

Description of TransformPatternAdapterNet.
Inheritance: ITransformPattern
ファイルを表示 Open project: apetrovskiy/STUPS

Public Properties

Property Type Description
CanMoveProperty UIANET::System.Windows.Automation.AutomationProperty
CanResizeProperty UIANET::System.Windows.Automation.AutomationProperty
CanRotateProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern

Public Methods

Method Description
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
Move ( double x, double y ) : void
Resize ( double width, double height ) : void
Rotate ( double degrees ) : void
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
UiaTransformPattern ( IUiElement element )
UiaTransformPattern ( IUiElement element, UIANET::System.Windows.Automation transformPattern )

Method Details

GetParentElement() public method

public GetParentElement ( ) : IUiElement
return IUiElement

GetSourcePattern() public method

public GetSourcePattern ( ) : object
return object

Move() public method

public Move ( double x, double y ) : void
x double
y double
return void

Resize() public method

public Resize ( double width, double height ) : void
width double
height double
return void

Rotate() public method

public Rotate ( double degrees ) : void
degrees double
return void

SetParentElement() public method

public SetParentElement ( IUiElement element ) : void
element IUiElement
return void

SetSourcePattern() public method

public SetSourcePattern ( object pattern ) : void
pattern object
return void

UiaTransformPattern() public method

public UiaTransformPattern ( IUiElement element )
element IUiElement

UiaTransformPattern() public method

public UiaTransformPattern ( IUiElement element, UIANET::System.Windows.Automation transformPattern )
element IUiElement
transformPattern UIANET::System.Windows.Automation

Property Details

CanMoveProperty public_oe static_oe property

public static AutomationProperty,UIANET::System.Windows.Automation CanMoveProperty
return UIANET::System.Windows.Automation.AutomationProperty

CanResizeProperty public_oe static_oe property

public static AutomationProperty,UIANET::System.Windows.Automation CanResizeProperty
return UIANET::System.Windows.Automation.AutomationProperty

CanRotateProperty public_oe static_oe property

public static AutomationProperty,UIANET::System.Windows.Automation CanRotateProperty
return UIANET::System.Windows.Automation.AutomationProperty

Pattern public_oe static_oe property

public static AutomationPattern,UIANET::System.Windows.Automation Pattern
return UIANET::System.Windows.Automation.AutomationPattern