[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-06-24。"],[[["`Thumbnail.style()` returns an `ActiveDictionary` that can be used to modify the widget's style properties, such as height, width, color, font, and layout."],["Many style properties behave like their CSS counterparts, allowing for familiar styling options."],["`ActiveDictionary` is mutable, meaning style properties can be dynamically set and updated after the widget is created."],["Custom layout properties like `stretch` and `position` offer further control over the widget's placement and size."],["The provided code examples demonstrate how to access, modify, and apply styles using `Thumbnail.style()` and `ActiveDictionary`."]]],["The `widget.style()` method returns an `ActiveDictionary` that controls a widget's styling. Properties include `height`, `width`, `padding`, `margin`, `color`, `border`, `fontSize`, and others. Custom layout properties like `stretch` and `position` are also supported. The `ActiveDictionary` can be modified directly using `set()` to dynamically update the widget's appearance. Style properties can be set individually or as a collection within an object.\n"]]