• Globals
  • IgcFloatingPaneResizeMoveEventArgs

Interface IgcFloatingPaneResizeMoveEventArgs

Hierarchy

Hierarchy (View Summary)

Properties

newHeight: number

Gets the pane's height after the resizing operation.

newLocation: IgcDockManagerPoint

Gets the pane's floating location after the resizing operation.

newWidth: number

Gets the pane's width after the resizing operation.

oldHeight: number

Gets the pane's height before the resizing operation.

oldLocation: IgcDockManagerPoint

Gets the pane's floating location before the resizing operation.

oldWidth: number

Gets the pane's width before the resizing operation.

resizerLocation: ResizerLocation

Gets the edge/corner that is being dragged.

sourcePane: IgcSplitPane

Gets the source pane that triggers the resize operation.