alphaTab.PlaybackHighlightChangeEventArgs
Holds information about the highlights shown for the playback range.
interface PlaybackHighlightChangeEventArgsProperties​
endBeat​
The beat where the selection ends. undefined if there is no selection.
endBeatBounds​
The bounds of the end beat to determine its location and size.
- JavaScript
- C#
- Kotlin
highlightBlocks​
A list of the individual rectangular areas where highlight blocks are placed. If a selection spans multiple lines this array will hold all items.
startBeat​
The beat where the selection starts. undefined if there is no selection.
startBeatBounds​
The bounds of the start beat to determine its location and size.
- JavaScript
- C#
- Kotlin
startBeatBounds?: BeatBounds;BeatBounds StartBeatBounds { get; set; }var startBeatBounds: BeatBounds