alphaTab.ResizeEventArgs
Represents the information related to a resize event.
class ResizeEventArgsProperties​
newWidth​
Gets the size after the resize was complete.
- JavaScript
- C#
- Kotlin
newWidth: number;double NewWidth { get; set; }var newWidth: DoubleoldWidth​
Gets the size before the resizing happened.
- JavaScript
- C#
- Kotlin
oldWidth: number;double OldWidth { get; set; }var oldWidth: Doublesettings​
Gets the settings currently used for rendering.