Searched defs:TextRotationAlignment (Results 1 – 1 of 1) sorted by relevance
105 struct TextRotationAlignment : LayoutProperty<AlignmentType> { struct106 static constexpr const char * key = "text-rotation-alignment";107 static AlignmentType defaultValue() { return AlignmentType::Auto; } in defaultValue()