set(handles.text5,'EdgeColor','black','LineStyle',':').....but I get error "There is no 'EdgeColor' property in the 'uicontrol' class." My version is 7.12.0.635 (R2011a).....it can be a problem?
Text-border color in GUIDE
6 ビュー (過去 30 日間)
古いコメントを表示
Hi,
How can I set border color for static text?
Thanks
回答 (1 件)
Jan
2012 年 3 月 13 日
The error message is sufficient: The is no EdgeColor property for uicontrol's. This mean, that you cannot set a border.
Either use text or draw a rectangle around the static text object.
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!