Skip to main content

alphaTab.ResizeEventArgs

Represents the information related to a resize event.

 class ResizeEventArgs

Properties​

newWidth​

Gets the size after the resize was complete.

newWidth: number;

oldWidth​

Gets the size before the resizing happened.

oldWidth: number;

settings​

Gets the settings currently used for rendering.

settings: Settings | null;