TBSetPropsΒΆ
TBSetProps sets the text box properties.
- bool = TBSetProps(hTB, o)
Return Value
bool
Parameters
- hTB
Identifies the drawing object.
- o
Properties, see TBGetProps.
Example
TBSetProps(23, [. bkmode=0, gradient=1, "gradient-colors" = "cyan blue"])
History
Version |
Description |
---|---|
R2016.0 |
New. |
See also
id-1011991