alphaTab.EngravingStemInfo
(no description)
class EngravingStemInfoProperties​
bottomY​
The bottom Y coordinate where the stem should start/end.
- JavaScript
- C#
- Kotlin
bottomY: number;double BottomY { get; set; }var bottomY: DoubletopY​
The top Y coordinate where the stem should start/end.
- JavaScript
- C#
- Kotlin
topY: number;double TopY { get; set; }var topY: Doublex​
The x-coordinate of the stem.
- JavaScript
- C#
- Kotlin
x: number;double X { get; set; }var x: Double