Stay organized with collections
Save and categorize content based on your preferences.
blockly > bubbles > Bubble > ANCHOR_RADIUS
bubbles.Bubble.ANCHOR_RADIUS property
Distance between arrow point and anchor point.
Signature:
static readonly ANCHOR_RADIUS = 8;
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."],[[["`ANCHOR_RADIUS` is a static read-only property of the `Blockly.bubbles.Bubble` class."],["It defines the distance (in pixels) between the arrow's tip and the anchor point on a bubble, set to a constant value of 8."]]],["The `ANCHOR_RADIUS` property, found within the `bubbles.Bubble` class, defines the fixed distance between the arrow's point and its anchor point. This property is a static, read-only value. Its numerical value is set to 8, indicating that the defined distance between the anchor and the arrow point is 8 units.\n"]]