alphaTab.model.ScoreStyle
Defines the custom styles for Scores.
class ScoreStyle extends ElementStyle<ScoreSubElement>Properties​
colors​
Changes the color of the specified sub-element within the element this style container belongs to.
Null indicates that a certain element should use the default color from RenderingResources
even if some "higher level" element changes colors. (Inherited from ElementStyle )
defaultHeaderAndFooter​
The default styles applied to headers and footers if not specified
- JavaScript
- C#
- Kotlin
static readonly defaultHeaderAndFooter: Map<ScoreSubElement, HeaderFooterStyle>;static Map<ScoreSubElement, HeaderFooterStyle> DefaultHeaderAndFooter { get; }companion object { val defaultHeaderAndFooter: alphaTab.collections.Map<ScoreSubElement, HeaderFooterStyle> }headerAndFooter​
Changes additional style aspects fo the of the specified sub-element.
- JavaScript
- C#
- Kotlin
headerAndFooter: Map<ScoreSubElement, HeaderFooterStyle>;Map<ScoreSubElement, HeaderFooterStyle> HeaderAndFooter { get; set; }var headerAndFooter: alphaTab.collections.Map<ScoreSubElement, HeaderFooterStyle>