Home
last modified time | relevance | path

Searched defs:ArkUI_AlignmentRuleOption (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.h97 struct ArkUI_AlignmentRuleOption { struct
98 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;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_module.md775 ### ArkUI_AlignmentRuleOption subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_module.md804 ### ArkUI_AlignmentRuleOption subsection
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_type.h152 typedef struct ArkUI_AlignmentRuleOption ArkUI_AlignmentRuleOption; typedef