[ControlCatalog only] Implement simple HamburgerMenu to make control catalog looks good on mobile and web
# Conflicts:
# samples/ControlCatalog/Pages/NumericUpDownPage.xaml
2. changed implementation of ControlPresenter to be same as WPF one. Added additional prebuild DataTemplate (for ContentPresenter)
3. added default style for Label control (both Default and Fluent themes)
4. Added sample to TextBox page (not sure needed other sample)
5. Added styles for Label in ControlCatalog/App.xaml
* Define the base colours and brushes.
* import base / system colours.
* test textbox using alias for resource.
* add a fluent theme
* revert default theme
* revert original theme.
* restore default theme.
* remove old accents from fluent theme.
* rename namespaces, etc for new theme.
* make control catalog run again.
* undo textbox work.
* Revert "undo textbox work."
This reverts commit 477665c306.
* add missing fontweight.
* add the UWP base resources.
* Organise the Fluent themes to separate UWP base resources from Fluent resources.
* Add fluentBase dark and light overrides.
* Add xaml files to contain control resources until we get equivalent of ThemeDictionaries.
* undo textbox work.