Property DominantTextAngleDegrees
DominantTextAngleDegrees
Dominant text angle for this line in degrees, clockwise, normalized to[0, 360). Computed as a robust circular statistic over the word angles.
public double DominantTextAngleDegrees { get; }
Property Value
Remarks
The computation is resilient to wrap-around (e.g., 359° vs 1°) and outliers. When no word angles are available, the underlying utility may return 0°.