Left and Right get the 1st value, Top and Bottom get the 2nd value : Padding « Windows Presentation Foundation « C# / C Sharp






Left and Right get the 1st value, Top and Bottom get the 2nd value

Left and Right get the 1st value, Top and Bottom get the 2nd value
      


<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  Title="About WPF" 
  Background="OrangeRed">

    <Canvas>
          <Label Padding="20,5" Background="Orange">20,5</Label>
    </Canvas>

</Window>

   
    
    
    
    
    
  








Related examples in the same category

1.The same padding on all four sidesThe same padding on all four sides
2.Left,Top,Right,Bottom for PaddingLeft,Top,Right,Bottom for Padding
3.Add Thickness for PaddingAdd Thickness for Padding