Skip to content

Commit

Permalink
Merge pull request microsoft#547 from harshit7962/fixMenuPage
Browse files Browse the repository at this point in the history
Adding Bold, Italics and Underline icons
  • Loading branch information
dipeshmsft authored Apr 30, 2024
2 parents b3530b2 + 87ba583 commit 9bb3db7
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,24 @@
<Separator />
<MenuItem Header="Select All" />
</MenuItem>
<Separator />
<MenuItem>
<MenuItem.Header>
<TextBlock FontFamily="Segoe Fluent Icons" Text="&#xE8DD;" FontSize="12" />
</MenuItem.Header>
</MenuItem>

<MenuItem>
<MenuItem.Header>
<TextBlock FontFamily="Segoe Fluent Icons" Text="&#xE8DB;" FontSize="12" />
</MenuItem.Header>
</MenuItem>

<MenuItem>
<MenuItem.Header>
<TextBlock FontFamily="Segoe Fluent Icons" Text="&#xE8DC;" FontSize="12" />
</MenuItem.Header>
</MenuItem>
</Menu>
</controls:ControlExample>
</Grid>
Expand Down

0 comments on commit 9bb3db7

Please sign in to comment.