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
조회 수: 14 (최근 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!