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