.. highlightlang:: us .. _objsetshadow: OBJSetShadow ============ .. index:: OBJSetShadow .. us.tag OBJSetShadow ENGLISH draw-set Shows or hides an drawing object shadow. .. function:: bool = OBJSetShadow(hobj, bShadow) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hobj *hobj* identifies a line, text, rectangle, ellipse or layer (diagram) object. .. uparam:: bShadow *bShadow* is TRUE (1) to show the shadow. .. seealso:: :ref:`overview-drawing-objects`, :ref:`OBJIsShadow` :sub:`id-339944`