Left,Top,Right,Bottom for Padding

image_pdfimage_print


   
      

<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>