alphaTab.model.Section
This public class is used to describe the beginning of a section within a song. It acts like a marker.
class SectionProperties​
marker​
Gets or sets the marker ID for this section.
- JavaScript
- C#
- Kotlin
marker: string;string Marker { get; set; }var marker: Stringtext​
Gets or sets the descriptional text of this section.
- JavaScript
- C#
- Kotlin
text: string;string Text { get; set; }var text: String