[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider

IUiaTransformProvider Interface

Expose an element's ability to change its on-screen position, size or orientation

Namespace: C1.Win.Accessibility.Items.BaseInterfaces
Assembly: C1.Win.8.dll
Syntax
public interface IUiaTransformProvider

Properties

Name Description
CanMove

Returns true if the element can be moved otherwise returns false.

CanResize

Returns true if the element can be resized otherwise returns false.

CanRotate

Returns true if the element can be rotated otherwise returns false.

Methods

Name Description
Move(double, double)

Used to adjust an element's current location. The x, and y parameters represent the
absolute on-screen position of the top-left corner in pixels, not the delta between the desired location and the window's current location.

Resize(double, double)

Used to modify element's on-screen dimensions (affects the BoundingRectangle and BoundingGeometry properties) When called on a split pane, it may have the side-effect of resizing other surrounding panes.

Rotate(double)

Rotate the element the specified number of degrees.