Page 1 of 1

Object Opacity

Posted: Tue Nov 13, 2012 1:11 pm
by ladin79
Hi,
I would like to know how to use the opacity function on a text or on a key using a script.
I thought something like the following code would be enough:

ex. Text1.Opacity = 50; or
Button1.Opacity = 50;

in order to have a 50% opacity
but unfortunately this does not work.

Thanks

Re: Object Opacity

Posted: Tue Nov 13, 2012 2:40 pm
by mark.monroe
That function is not exposed through script. It is only available at designer time, not runtime.