[]
Expose an element's ability to change its on-screen position, size or orientation
public interface IUiaTransformProvider
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. |
Name | Description |
---|---|
Move(double, double) | Used to adjust an element's current location. The x, and y parameters represent the |
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. |