Searched defs:ArkUI_AlignmentRuleOption (Results 1 – 2 of 2) sorted by relevance
95 struct ArkUI_AlignmentRuleOption { struct96 ArkUI_HorizontalAlignRule left;97 ArkUI_HorizontalAlignRule middle;98 ArkUI_HorizontalAlignRule right;99 ArkUI_VerticalAlignRule top;100 ArkUI_VerticalAlignRule center;101 ArkUI_VerticalAlignRule bottom;102 float biasHorizontal;103 float biasVertical;
152 typedef struct ArkUI_AlignmentRuleOption ArkUI_AlignmentRuleOption; typedef