Stay organized with collections
Save and categorize content based on your preferences.
blockly > FlyoutButton > BORDER_RADIUS
The radius of the flyout button's borders.
Signature:
static BORDER_RADIUS: 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."],[[["\u003cp\u003e\u003ccode\u003eFlyoutButton.BORDER_RADIUS\u003c/code\u003e is a property that defines the curvature of a flyout button's corners.\u003c/p\u003e\n"],["\u003cp\u003eIt's a static property with a numerical value representing the radius of the border.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this property to customize the appearance of flyout buttons in Blockly.\u003c/p\u003e\n"]]],["The `FlyoutButton.BORDER_RADIUS` property defines the radius of the borders for a flyout button. This property is static and of the `number` data type. It controls the roundness of the corners of the flyout button's border.\n"],null,["[blockly](./blockly.md) \\\u003e [FlyoutButton](./blockly.flyoutbutton_class.md) \\\u003e [BORDER_RADIUS](./blockly.flyoutbutton_class.border_radius_property.md)\n\nFlyoutButton.BORDER_RADIUS property\n-----------------------------------\n\nThe radius of the flyout button's borders.\n\n**Signature:** \n\n static BORDER_RADIUS: number;"]]