Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > blockRendering > ConstantProvider > CURSOR_STACK_PADDING
Propriété blockRendering.ConstantProvider.CURSOR_STACK_PADDING
Marge intérieure autour d'une pile.
Signature :
CURSOR_STACK_PADDING: number;
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/12 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/09/12 (UTC)."],[[["`CURSOR_STACK_PADDING` is a property within Blockly's blockRendering namespace, specifically within the ConstantProvider class, that defines the amount of padding surrounding a stack of blocks."],["This property is of type number and dictates the visual spacing around a stack to improve clarity and user interaction."]]],["The `CURSOR_STACK_PADDING` property, found within `blockRendering.ConstantProvider`, defines the numerical padding around a stack. This property, represented as a number, is specifically used in block rendering to determine the spacing or area allocated around a stack of blocks. It is part of the rendering constant provider within the Blockly library.\n"]]