blockly > blockRendering > ConstantProvider > FIELD_BORDER_RECT_X_PADDING
سمة blockRendering.ConstantProvider.FIELD_BORDER_RECT_X_PADDING
المساحة المتروكة على شكل مستطيل لحدود الحقل.
Signature:
FIELD_BORDER_RECT_X_PADDING: number;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Blockly provides built-in icons for comments, warnings, and mutators, with only comment icons being customizable."],["Custom comment icons must implement the `ICommentIcon` interface, including methods for managing text, bubble visibility, and size."],["To ensure proper saving and loading of comment state, custom icons should implement the `ISerializable` interface, adhering to the `CommentState` structure."],["Custom comment icons need to be registered with Blockly using `Blockly.icons.registry.register` and the `IconTypes.COMMENT` type for them to be utilized."]]],["The `FIELD_BORDER_RECT_X_PADDING` property, found within the `ConstantProvider` class in the `blockRendering` namespace, defines the horizontal padding for a field's border rectangle. This property is of type `number` and dictates the amount of space added to the left and right of a field within its border. It's a configuration setting that affects the rendering of field boundaries in the Blockly environment.\n"]]