[[["わかりやすい","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"]],["最終更新日 2025-06-24 UTC。"],[[["`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"]]