alphaTab.model.ElementDisplay
Per-axis visibility / placement / system-display selector for an element on a staff type. Used as the value type for the clef, key signature, time signature, and rests entries on the per-staff-type configuration carriers.
Each axis is independently optional. An undefined axis defers to
the outer layer in the three-layer resolution chain (per-bar →
per-staff → score-wide stylesheet).
interface ElementDisplayProperties​
isVisible​
Whether to paint the element at all.
- JavaScript
- C#
- Kotlin
isVisible?: boolean;bool IsVisible { get; set; }var isVisible: BooleanstaffPlacement​
Spatial selector across the staves of a system.
- JavaScript
- C#
- Kotlin
staffPlacement?: StaffPlacement;StaffPlacement StaffPlacement { get; set; }var staffPlacement: StaffPlacementsystemDisplay​
Temporal selector across the systems of the score.
- JavaScript
- C#
- Kotlin
systemDisplay?: SystemDisplay;SystemDisplay SystemDisplay { get; set; }var systemDisplay: SystemDisplay