.. highlightlang:: us .. index:: EBGetProps .. _ebgetprops: EBGetProps ============ .. us.tag EBGetProps ENGLISH EBGet New5800 :ref:`EBGetProps` gets the elliptic drawing object properties. .. function:: o = EBGetProps(hEB) .. us.return **Return Value** *o* **ellipse** .. list-table:: :header-rows: 1 * - Name - Type - Default Value - Comment * - type - string - ellipse - * - name - string - - * - @atts_xy_width_height - - - * - @atts_pen - - - * - @atts_background - - - **atts_xy_width_height** .. list-table:: :header-rows: 1 * - Name - Type - Default Value - Comment * - x - double - 1.0 - x position in cm or diagram coordinates * - y - double - -1.0 - * - width - double - 1.0 - * - height - double - 1.0 - **atts_pen** .. list-table:: :header-rows: 1 * - Name - Type - Default Value - Comment * - stroke-type - int - 0 - * - stroke-width - int - 1 - * - stroke-color - @color - black - **atts_background** .. list-table:: :header-rows: 1 * - Name - Type - Default Value - Comment * - bkmode - @bkmode - transparent - opaque:0 transparent:1 * - gradient - bool - 0 - * - gradient-colors - @color - white grey - * - fill-color - @color - black - .. us.params **Parameters** .. uparam:: hEB Identifies the drawing object. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2016.0 - New. .. seealso:: :ref:`overview-circles-and-ellipses`, :ref:`EBCreate`, :ref:`EBSetProps`, :ref:`ObjSetProps` :sub:`id-847613`