blockly > Block > styleName_
ویژگی Block.styleName_
نام سبک بلوک.
امضا:
protected styleName_: string;
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-14 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-14 بهوقت ساعت هماهنگ جهانی."],[[["`styleName_` is a protected property of the `Block` class in Blockly that stores the name of the block's style as a string."],["This property is used to define the visual appearance of a block, determining its color, shape, and other stylistic elements."]]],["The `Block.styleName_` property, a string, represents the name of a specific block style within the Blockly library. This property is designated as `protected`, indicating it's intended for internal use within the Block class or its subclasses. Its core function is to store the designated style name applied to a particular block.\n"]]