Stay organized with collections
Save and categorize content based on your preferences.
blockly > bubbles > Bubble > DOUBLE_BORDER
bubbles.Bubble.DOUBLE_BORDER property
Double the width of the border around the bubble.
Signature:
static readonly DOUBLE_BORDER: number;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["`DOUBLE_BORDER` is a static read-only property of the `Blockly.bubbles.Bubble` class."],["It defines a numeric value that doubles the width of the border surrounding a bubble element."]]],["The `DOUBLE_BORDER` property, found within the `bubbles.Bubble` class, defines a static numeric value. This value represents a doubled border width for the visual border surrounding a bubble element. It's a constant used to control the bubble's border thickness, where the border will be rendered at twice the standard width. The value can be accessed via `bubbles.Bubble.DOUBLE_BORDER`.\n"]]