Add article, code projects, toc, and redirects (#1178)

Co-authored-by: Andy (Steve) De George <[email protected]>
This commit is contained in:
Tris Shores
2021-10-22 10:23:20 -07:00
committed by GitHub
co-authored by Andy De George
parent cf712b82b0
commit 4f0101b05c
18 changed files with 580 additions and 2 deletions
@@ -0,0 +1,15 @@
<Window x:Class="CodeSampleVb.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Attached Properties Overview" Height="100" Width="400">
<StackPanel>
<!--<SetAttachedPropertyInXaml>-->
<DockPanel>
<TextBox DockPanel.Dock="Top">Enter text</TextBox>
</DockPanel>
<!--</SetAttachedPropertyInXaml>-->
</StackPanel>
</Window>