Any way to change the ActionIcon size in SettingsCard? #872
Unanswered
ReginaldTang
asked this question in
Q&A
Replies: 1 comment
|
You can control the size on the FontIcon itself. For example: If you want it to match the Gallery more closely, try values around 20–24 and adjust from there. Since HeaderIcon is an IconElement, sizing the FontIcon directly is usually simpler than trying to resize the SettingsCard template itself. Hope this helps! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there any way to change the ActionIcon's size for the SettingsCard?

My SettingsCard currently looks like this:
The icon seems to be smaller than the one presented in the Windows Community Toolkit Gallery app.
The XAML:
The icon seems to be smaller than the one presented in the Windows Community Toolkit Gallery app.
The SettingsCard found in the toolkit looks like this

All reactions