display.barCountPerPartial
display.barCountPerPartialJavaScript
barCountPerPartialJavaScript
display.barCountPerPartialJSON
barCountPerPartialJSON
Display.BarCountPerPartial.net
display.barCountPerPartialAndroid
Description​
The number of bars that should be placed within one partial render. AlphaTab renders the whole music sheet in smaller chunks named "partials". This is to reduce the risk of encountering browser performance restrictions and it gives faster visual feedback to the user. This setting controls how many bars are placed within such a partial.
- JavaScript
- C#
- Kotlin
barCountPerPartial: number = 10;
double BarCountPerPartial { get; set; } = 10
var barCountPerPartial: Double = 10