Mega Code Archive

 
Categories / C# / WPF
 

Left,Top,Right,Bottom for Padding

<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"   Title="About WPF"    Background="OrangeRed">     <Canvas>       <Label Padding="0,10,20,30" Background="Orange">0,10,20,30</Label>     </Canvas> </Window>