.. highlightlang:: us .. index:: TBSetProps .. _tbsetprops: TBSetProps ============ .. us.tag TBSetProps ENGLISH TB_Set New5800 :ref:`TBSetProps` sets the text box properties. .. function:: bool = TBSetProps(hTB, o) .. us.return **Return Value** *bool* .. us.params **Parameters** .. uparam:: hTB Identifies the drawing object. .. uparam:: o Properties, see :ref:`TBGetProps`. .. us.example **Example** :: TBSetProps(23, [. bkmode=0, gradient=1, "gradient-colors" = "cyan blue"]) .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2016.0 - New. .. seealso:: :ref:`overview-text-objects`, :ref:`TBCreate`, :ref:`TBGetProps`, :ref:`ObjSetProps` :sub:`id-1011991`