mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 07:56:07 +02:00
Add article, code projects, toc, and redirects (#1178)
Co-authored-by: Andy (Steve) De George <[email protected]>
This commit is contained in:
co-authored by
Andy De George
parent
cf712b82b0
commit
4f0101b05c
+15
@@ -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>
|
||||
Reference in New Issue
Block a user