ispiro
ispiro

Reputation: 27673

Add text below icons

Some apps have the ability to show or hide an icon's name right under the icon in Windows 10 Mobile. The text's visibility is toggled when the user clicks on the 3 dots beside the icons - Photos, OneDrive, Outlook,...

Is that done by some ui element property or some other built in way, or was it just written to behave the same from scratch? My goal, of course, is to add that to my app.

Upvotes: 0

Views: 151

Answers (1)

AlexDrenea
AlexDrenea

Reputation: 8039

I am assuming you are talking about the Command Bar control

You can read more on how to customize the AppBar in the official documentation

Upvotes: 2

Related Questions