blockly > FieldVariable > size_
Właściwość FieldVariable.size_
Podpis:
protected size_: Size;
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-09 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-09 UTC."],[[["`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"]]