Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp828 auto rootMenuLayoutProperty = rootMenuPattern->GetLayoutProperty<MenuLayoutProperty>(); in CopyMenuAttr() local
829 CHECK_NULL_VOID(rootMenuLayoutProperty); in CopyMenuAttr()
831 rootMenuLayoutProperty->UpdateBorderRadius(layoutProperty->GetBorderRadiusValue()); in CopyMenuAttr()