alphaTab.platform.Cursors
This wrapper holds all cursor related elements.
class CursorsProperties​
barCursor​
Gets the element that is positioned above the bar that is currently played.
- JavaScript
- C#
- Kotlin
beatCursor​
Gets the element that is positioned above the beat that is currently played.
- JavaScript
- C#
- Kotlin
cursorWrapper​
Gets the element that spans across the whole music sheet and holds the other cursor elements.
- JavaScript
- C#
- Kotlin
selectionWrapper​
Gets the element that spans across the whole music sheet and will hold any selection related elements.
- JavaScript
- C#
- Kotlin
readonly selectionWrapper: IContainer;IContainer SelectionWrapper { get; }val selectionWrapper: IContainer