Font-Awesome-WPF icon indicating copy to clipboard operation
Font-Awesome-WPF copied to clipboard

Stacked Icons

Open charri opened this issue 10 years ago • 1 comments

Either create custom control or provide an example how to accomplish.

http://fontawesome.io/examples/#rotated-flipped

charri avatar Jan 08 '15 19:01 charri

You can already stack icons via the <Grid> </Grid> Control

Example :

<Grid>
    <fa:FontAwesome Icon="Star" Foreground="Orange" FontSize="50" />
    <fa:FontAwesome Icon="StarOutline" Foreground="Brown" FontSize="50" />
</Grid>

Will give you Something like this sans titre

Askerad avatar Jul 21 '16 08:07 Askerad