repeatOffsetX
Description​
Holds the x-coordinate offsets for glyphs which are drawn repeatedly (like vibrato waves).
- JavaScript
- C#
- Kotlin
repeatOffsetX: Map<MusicFontSymbol, number>;
Map<MusicFontSymbol, double> RepeatOffsetX { get; set; }
var repeatOffsetX: alphaTab.collections.ObjectDoubleMap<MusicFontSymbol, Double>