alphaTab.model.ScoreStaffConfig
Per-staff-type display configuration for the standard-notation staff.
interface ScoreStaffConfigProperties​
barNumber​
(no description)
- JavaScript
- C#
- Kotlin
barNumber?: BarNumberDisplay;BarNumberDisplay BarNumber { get; set; }var barNumber: BarNumberDisplayclef​
(no description)
- JavaScript
- C#
- Kotlin
keySignature​
(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