alphaTab.Settings
This public class contains instance specific settings for alphaTab
class SettingsProperties​
core​
The core settings control the general behavior of alphatab like what modules are active.
- JavaScript
- C#
- Kotlin
display​
The display settings control how the general layout and display of alphaTab is done.
- JavaScript
- C#
- Kotlin
exporter​
All settings related to exporter that export file formats.
- JavaScript
- C#
- Kotlin
readonly exporter: ExporterSettings;ExporterSettings Exporter { get; }val exporter: ExporterSettingsimporter​
All settings related to importers that decode file formats.
- JavaScript
- C#
- Kotlin
readonly importer: ImporterSettings;ImporterSettings Importer { get; }val importer: ImporterSettingsnotation​
The notation settings control how various music notation elements are shown and behaving.
- JavaScript
- C#
- Kotlin
readonly notation: NotationSettings;NotationSettings Notation { get; }val notation: NotationSettingsplayer​
Contains all player related settings
- JavaScript
- C#
- Kotlin
songBook​
(no description)
Methods​
fillFromJson​
(no description)
fillFromJson(json: SettingsJson): void| Parameter | Summary |
|---|---|
jsonAll | (no description) |
setSongBookModeSettings​
(no description)
- JavaScript
- C#
- Kotlin
setSongBookModeSettings(): voidvoid SetSongBookModeSettings()fun setSongBookModeSettings(): Unit