uwp xaml - How to create icons similar to Segoe MDL2 Assets in UWP -
as said, segoe mdl2 assets has many icons, not enough. want use our own icons.
but there 1 problem, our own icons can't auto suite both light , dark themes, while segoe icons can.
so, know how? :)
i may wrong, if use own custom font - icons should appropriate colors (assuming font isn't colored). if use path
element - you'd need specify themeresource
foreground
, define theme specific resources (or use 1 platform provides).
Comments
Post a Comment