[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.Resize

Resize Method

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.

Declaration
void Resize(double width, double height)
Parameters
Type Name Description
double width

The requested width of the window.

double height

The requested height of the window.