Skip to content

Instantly share code, notes, and snippets.

View HYDPublic's full-sized avatar

HYD Public HYDPublic

View GitHub Profile
@HYDPublic
HYDPublic / Page.xaml
Created August 11, 2017 23:03 — forked from darenm/Page.xaml
Create Arbitrary Reveal Borders in UWP Insider Builds
<Page
x:Class="TestingExtendedTemplate.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:TestingExtendedTemplate"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
RequestedTheme="Dark"
mc:Ignorable="d">
<Page.Resources>