How do I change the border color of a uipanel?

6 ビュー (過去 30 日間)
Justin Solomon
Justin Solomon 2014 年 7 月 24 日
コメント済み: Justin Solomon 2014 年 7 月 24 日
I have a GUI with multiple panels and I'd like to change the color used for the panel outline. From the help menu, it seems like I should be able to use the 'ForegroundColor' property. However, when I change this property, only the color of the panel title text changes. The border line around the panel stays the same default (gray) color.
I'm running MATLAB R2013b on OSX 10.9.4. Any insights would be much appreciated!

採用された回答

Sean de Wolski
Sean de Wolski 2014 年 7 月 24 日
Should be the 'HighlightColor'
uipanel('HighLightColor','r')
  1 件のコメント
Justin Solomon
Justin Solomon 2014 年 7 月 24 日
Perfect! Thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by