Interface LabelAlignment

interface LabelAlignment {
    dominantBaseline: DominantBaseline;
    textAnchor: TextAnchor;
}

Properties

dominantBaseline: DominantBaseline
textAnchor: TextAnchor