Skip to content

Commit

Permalink
First round of UWP link replacement (microsoft#1347)
Browse files Browse the repository at this point in the history
Co-authored-by: Bob Pulliam <[email protected]>
  • Loading branch information
marcelwgn and bpulliam authored Sep 28, 2023
1 parent 1fcd8ed commit 8f1b425
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion WinUIGallery/ControlPages/DesignGuidance/IconsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@
<Paragraph>
If you don't specify a FontFamily,
or you specify a FontFamily that is not available on the system at runtime,
the <Hyperlink NavigateUri="https://learn.microsoft.com/uwp/api/windows.ui.xaml.controls.fonticon">FontIcon</Hyperlink> falls back to the default font family defined by the SymbolThemeFontFamily resource.</Paragraph>
the <Hyperlink NavigateUri="https://learn.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.fonticon">FontIcon</Hyperlink> falls back to the default font family defined by the SymbolThemeFontFamily resource.
</Paragraph>
<Paragraph>
An icon with a 16-epx font size is the equivalent of a 16x16-epx icon, to make sizing and positioning more predictable.
For optimal appearance, use these specific sizes: 16, 20, 24, 32, 40, 48, and 64. Deviating from these font sizes could lead to less crisp or blurry outcomes.
Expand Down
2 changes: 1 addition & 1 deletion WinUIGallery/Controls/ControlExample.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
IsTextSelectionEnabled="True"
Visibility="Collapsed">
<Paragraph>
This sample requires a later version of Windows to be fully functional. Learn more about version adaptive apps:<Hyperlink NavigateUri="https://learn.microsoft.com/windows/uwp/debug-test-perf/version-adaptive-apps">https://learn.microsoft.com/windows/uwp/debug-test-perf/version-adaptive-apps</Hyperlink>
This sample requires a later version of Windows to be fully functional.
</Paragraph>
</RichTextBlock>

Expand Down
6 changes: 1 addition & 5 deletions WinUIGallery/DataModel/ControlInfoData.json
Original file line number Diff line number Diff line change
Expand Up @@ -2727,15 +2727,11 @@
},
{
"Title": "Composition Animation - API",
"Uri": "https://learn.microsoft.com/windows/uwp/composition/composition-animation"
"Uri": "https://learn.microsoft.com/windows/apps/windows-app-sdk/composition"
},
{
"Title": "Guidelines - Xaml Property Animations",
"Uri": "https://learn.microsoft.com/windows/apps/design/motion/xaml-property-animations"
},
{
"Title": "Using the Visual Layer with XAML",
"Uri": "https://learn.microsoft.com/windows/uwp/composition/using-the-visual-layer-with-xaml"
}
],
"RelatedControls": [
Expand Down

0 comments on commit 8f1b425

Please sign in to comment.