The same padding on all four sides : Padding « Windows Presentation Foundation « C# / CSharp Tutorial






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


    <Canvas>
      <Label Padding="0" Background="Orange">0</Label>
      <Label Padding="10" Background="Orange">10</Label>
    
    </Canvas>

</Window>
WPF The Same Padding On All Four Sides








24.61.Padding
24.61.1.The same padding on all four sidesThe same padding on all four sides
24.61.2.Left,Top,Right,Bottom for PaddingLeft,Top,Right,Bottom for Padding
24.61.3.Left and Right get the 1st value, Top and Bottom get the 2nd valueLeft and Right get the 1st value, Top and Bottom get the 2nd value
24.61.4.Add Thickness for PaddingAdd Thickness for Padding