blockly > blockRendering > MarkerSvg > markerSvgRect_
ویژگی blockRendering.MarkerSvg.markerSvgRect_
امضا:
protected markerSvgRect_: SVGRectElement | null;
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی."],[[["`markerSvgRect_` is a protected property of the `MarkerSvg` class within the `blockRendering` namespace in Blockly."],["It stores a reference to an SVG rectangle element (`SVGRectElement`) or `null` if the rectangle is not yet created."],["This property is used internally by the `MarkerSvg` class to manage the visual representation of the marker within a Blockly workspace."]]],["The `markerSvgRect_` property, found within the `blockRendering.MarkerSvg` class, is a protected property. It holds either an `SVGRectElement` or `null`. This property is associated with rendering block elements and likely manages the visual representation of a rectangle, potentially for highlighting or selection purposes within a Blockly interface. Its protected nature suggests it's intended for internal use within the `MarkerSvg` class and its subclasses.\n"]]