-
Notifications
You must be signed in to change notification settings - Fork 0
FontIcon
Artem Kirgizov edited this page May 31, 2021
·
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>