Searched defs:ArkUI_AlignmentRuleOption (Results 1 – 4 of 4) sorted by relevance
97 struct ArkUI_AlignmentRuleOption { struct98 ArkUI_HorizontalAlignRule left;99 ArkUI_HorizontalAlignRule middle;100 ArkUI_HorizontalAlignRule right;101 ArkUI_VerticalAlignRule top;102 ArkUI_VerticalAlignRule center;103 ArkUI_VerticalAlignRule bottom;104 float biasHorizontal;105 float biasVertical;
775 ### ArkUI_AlignmentRuleOption subsection
804 ### ArkUI_AlignmentRuleOption subsection
152 typedef struct ArkUI_AlignmentRuleOption ArkUI_AlignmentRuleOption; typedef