settings
settingsJavaScript
Settings.net
settingsAndroid
Description​
The settings that are used for rendering the music notation. Gets access to the underling Settings
object that is currently used by alphaTab.
Examples​
- JavaScript
- C#
- Android
const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
showSettingsModal(api.settings);
var api = new AlphaTabApi<MyControl>(...);
ShowSettingsDialog(api.Settings);
val api = AlphaTabApi<MyControl>(...)
showSettingsDialog(api.settings)