Searched defs:IconRotationAlignment (Results 1 – 1 of 1) sorted by relevance
45 struct IconRotationAlignment : LayoutProperty<AlignmentType> { struct46 static constexpr const char * key = "icon-rotation-alignment";47 static AlignmentType defaultValue() { return AlignmentType::Auto; } in defaultValue()