Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp927 NG::BorderStyleProperty styleProps; in GetBorderStyleProps() local
946 styleProps.styleLeft = styleLeft; in GetBorderStyleProps()
949 styleProps.styleRight = styleRight; in GetBorderStyleProps()
952 styleProps.styleTop = styleTop; in GetBorderStyleProps()
955 styleProps.styleBottom = styleBottom; in GetBorderStyleProps()
957 styleProps.multiValued = true; in GetBorderStyleProps()
958 return styleProps; in GetBorderStyleProps()
962styleProps = NG::BorderStyleProperty({ borderStyle, borderStyle, borderStyle, borderStyle }); in GetBorderStyleProps()
963 return styleProps; in GetBorderStyleProps()