Home
last modified time | relevance | path

Searched refs:AlignRules (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.h27 using AlignRules = std::map<AlignDirection, AlignRule>; variable
28 using AlignRulesMap = std::map<std::string, AlignRules>;
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-layout-development-overview.md54 …ativeContainer) | 相对布局是在二维空间中的布局方式,不需要遵循线性布局的规则,布局方式更为自由。通过在子组件上设置锚点规则(AlignRules)使子组件能够将自己在横轴、纵轴中…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dflex_property.h108 ACE_DEFINE_PROPERTY_GROUP_ITEM(AlignRules, AlignRulesItem);
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-layout-development-overview.md54 …s, and therefore exhibits more flexibility. By setting anchor rules (**AlignRules**) on a child co…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp419 ACE_UPDATE_LAYOUT_PROPERTY(LayoutProperty, AlignRules, alignRules); in SetAlignRules()
3544 ACE_UPDATE_NODE_LAYOUT_PROPERTY(LayoutProperty, AlignRules, alignRules, frameNode); in SetAlignRules()