ClassDesktopTransformPattern
Class
Represents transform pattern.
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation.Patterns
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DesktopTransformPattern : DesktopPattern
Inheritance: objectDesktopPatternDesktopTransformPattern
Inherited Members
Constructors
DesktopTransformPattern(DesktopElement)
Create new instance of DesktopTogglePattern class.
Declaration
cs-api-definition
public DesktopTransformPattern(DesktopElement element)
Parameters
element
Underlying element.
Properties
CanMove
Indicates whether underlying element can be moved or not.
CanResize
Indicates whether underlying element can be resized or not.
Methods
Move(double, double)
Move underlying element to specific coordinates.
Resize(double, double)
Resize underlying element to new width and height.