alphaTab.model.SlashStaffConfig
Per-staff-type display configuration for the slash staff.
interface SlashStaffConfigProperties​
barNumber​
(no description)
- JavaScript
- C#
- Kotlin
barNumber?: BarNumberDisplay;BarNumberDisplay BarNumber { get; set; }var barNumber: BarNumberDisplaykeySignature​
(no description)
- JavaScript
- C#
- Kotlin
keySignature?: ElementDisplay;ElementDisplay KeySignature { get; set; }var keySignature: ElementDisplaytimeSignature​
(no description)
- JavaScript
- C#
- Kotlin
timeSignature?: ElementDisplay;ElementDisplay TimeSignature { get; set; }var timeSignature: ElementDisplay