blockly > FieldVariable > size_
سمة FieldVariable.size_
Signature:
protected size_: Size;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-09 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-09 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`size_` is a protected property of the `FieldVariable` class in Blockly, responsible for storing the dimensions of the field."],["It holds a value of type `Size`, representing the width and height of the variable field within a Blockly block."]]],["The `FieldVariable.size_` property, a protected member, is defined within the Blockly library. It stores the `Size` of a `FieldVariable` instance. This property's purpose is to maintain the dimensions of the `FieldVariable` element within the Blockly interface. Its signature indicates it's a protected property of type `Size`, accessible within the class and its subclasses.\n"]]