In App Designer,How to hide the title ,as shown in the picture

27 ビュー (過去 30 日間)
jiangfei wu
jiangfei wu 2023 年 12 月 16 日
コメント済み: jiangfei wu 2023 年 12 月 25 日

回答 (1 件)

Ayush Singh
Ayush Singh 2023 年 12 月 21 日
Hi jiangfei
I understand that you wanr to hide the title for the application.
In MATLAB App Designer, you can hide the title of the app window (the title bar) by setting the 'Title' property of the UIFigure to an empty string.
Here's how you can set the 'Title' property to an empty string:
  1. Open your app in App Designer.
  2. Select the UIFigure component in the Component Browser or by clicking on the background of your app UI.
  3. In the Component Browser under the Design tab, find the 'Title' property.
  4. Set the Title property to an empty string ('').
Hope it helps!
  1 件のコメント
jiangfei wu
jiangfei wu 2023 年 12 月 25 日
sorry,i cannot find the Title property

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

カテゴリ

Help Center および File ExchangeDevelop uifigure-Based Apps についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by