Searched defs:ArkUI_AlignmentRuleOption (Results 1 – 2 of 2) sorted by relevance
99 struct ArkUI_AlignmentRuleOption { struct100 ArkUI_HorizontalAlignRule left;101 ArkUI_HorizontalAlignRule middle;102 ArkUI_HorizontalAlignRule right;103 ArkUI_VerticalAlignRule top;104 ArkUI_VerticalAlignRule center;105 ArkUI_VerticalAlignRule bottom;106 float biasHorizontal;107 float biasVertical;
148 typedef struct ArkUI_AlignmentRuleOption ArkUI_AlignmentRuleOption; typedef