Mega Code Archive

 
Categories / C# / WPF
 

Attached Properties

<DockPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">     <Button Content="Button No. 1" DockPanel.Dock="Left" />     <Button Content="Button No. 2" DockPanel.Dock="Top" />     <Button Content="Button No. 3" DockPanel.Dock="Right" />     <Button Content="Button No. 4" DockPanel.Dock="Bottom"  />     <Button Content="Button No. 5" /> </DockPanel>