Combine Multiple Icons
Attributes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| <dev:LayeredFontIcons> <dev:LayeredFontIcons.FontIcons> <FontIcon Margin="0,0,15,0" Glyph="" RenderTransformOrigin="0.5,0.5"> <FontIcon.RenderTransform> <ScaleTransform ScaleX="0.7" ScaleY="0.7" /> </FontIcon.RenderTransform> </FontIcon> <FontIcon Margin="15,0,0,0" Glyph="" RenderTransformOrigin="0.5,0.5"> <FontIcon.RenderTransform> <ScaleTransform ScaleX="0.7" ScaleY="0.7" /> </FontIcon.RenderTransform> </FontIcon> <FontIcon Glyph="" RenderTransformOrigin="0.5,0.5"> <FontIcon.RenderTransform> <RotateTransform Angle="-70" /> </FontIcon.RenderTransform> </FontIcon> </dev:LayeredFontIcons.FontIcons> </dev:LayeredFontIcons>
|
Demo
you can run demo and see this feature.
