stemDown
Description​
Holds information about where to place downwards pointing stems on glyphs.
- JavaScript
- C#
- Kotlin
stemDown: Map<MusicFontSymbol, EngravingStemInfo>;
Map<MusicFontSymbol, EngravingStemInfo> StemDown { get; set; }
var stemDown: alphaTab.collections.Map<MusicFontSymbol, EngravingStemInfo>