Skip to content

FontIcon

Artem Kirgizov edited this page Sep 6, 2020 · 3 revisions

The FontIcon control for showing icons in the application. The list of available icons is presented on the website: Segoe MDL2 icons.

The main advanced features are the following properties:

<controls:FontIcon Icon="Save" />
  • Other properties
<controls:FontIcon FontSize="28" Icon="Save" Foreground="Red" >
    <controls:FontIcon.Effect>
        <DropShadowEffect BlurRadius="10" Color="Blue" Direction="-90"/>
    </controls:FontIcon.Effect>
</controls:FontIcon>
Clone this wiki locally