Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtab_content_model.h98 struct LabelStyle { struct
99 std::optional<Ace::TextOverflow> textOverflow;
100 std::optional<uint32_t> maxLines;
124 virtual void SetLabelStyle(const LabelStyle& labelStyle) = 0; argument