Searched defs:LabelStyle (Results 1 – 1 of 1) sorted by relevance
98 struct LabelStyle { struct99 std::optional<Ace::TextOverflow> textOverflow;100 std::optional<uint32_t> maxLines;124 virtual void SetLabelStyle(const LabelStyle& labelStyle) = 0; argument