:github_url: hide .. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the ReferenceRect.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_ReferenceRect: ReferenceRect ============= **Inherits:** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Reference frame for GUI. Properties ---------- +---------------------------+----------------------------------------------------------------+ | :ref:`Color` | :ref:`border_color` | +---------------------------+----------------------------------------------------------------+ Description ----------- Reference frame for GUI. It's just like an empty control, except an outline border :ref:`border_color` is displayed while editing around its size at all times. Property Descriptions --------------------- .. _class_ReferenceRect_property_border_color: - :ref:`Color` **border_color** +----------+-------------------------+ | *Setter* | set_border_color(value) | +----------+-------------------------+ | *Getter* | get_border_color() | +----------+-------------------------+ Determines the border :ref:`Color` of the :ref:`ReferenceRect`.