SKProCH/Material.Icons

How to change the size?

alessandrofrancesconi opened this issue ยท 3 comments

How can I set the size of the icon when using it this way?

<materialIcons:MaterialIcon Kind="Abacus" />

I don't see Size attribute, while it is available in the "extension":

<Button Content="{materialIcons:MaterialIconExt Kind=Abacus, **Size=30**}" />

Hello, @alessandrofrancesconi.

Use Height or/and Width.

Thanks, I've solved setting both Height and Width.

Hello, @alessandrofrancesconi.

Use Height or/and Width.

This would be good in readme.
I tripped over it also.
Thanks for the library.