[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: How to set being transparent as background color of static text

I tried it myself, but it never seemed to have an effect. The only
transparency I could obtain in MATLAB is that of figures over the GUI
background. If any other type of transparency is possible, please let me
(us) know.

Roy

"Joy" <shifeishifei@yahoo.com> wrote in message
news:eed1119.-1@webx.raydaftYaTP...
> Hi,
>
> I want to make background color of a static text as being
> transparent. According to Matlab help, I have tried these following
> commands. However, none of them can achieve it.
>
> set(hStaticText, 'BackgroundColor', 'none');
> set(hStaticText, 'BackgroundColor', {none});
> set(hStaticText, 'BackgroundColor', none);
> set(hStaticText, 'BackgroundColor', []);
>
> Thanks!


[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index