ExternalWindowresizeBy Method |
Resizes the window by the specified amount.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax void resizeBy(
int deltaWidth,
int deltaHeight,
string anchor,
ExternalWindowAckResult result
)
Parameters
- deltaWidth
- Type: SystemInt32
The change in the width of the window. - deltaHeight
- Type: SystemInt32
The change in the height of the window. - anchor
- Type: SystemString
Specifies a corner to remain fixed during the resize.
Can take the values:
"top-left"
"top-right"
"bottom-left"
"bottom-right"
If undefined, the default is "top-left".
- result
- Type: Openfin.DesktopExternalWindowAckResult
Notifies the desktop of success/failure of this action
See Also