Combine Multiple Icons
Attributes
| Property |
|---|
| FontIcons |
xml
<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.
![]()