Thickness::Left Property
.NET Framework (current version)
Gets or sets the width, in pixels, of the left side of the bounding rectangle.
Assembly: PresentationFramework (in PresentationFramework.dll)
The following example shows how to set the value of the Left property by using Extensible Application Markup Language (XAML) and code.
<Border BorderBrush="SteelBlue" Width="400" Height="400" Canvas.Left="100" Canvas.Top="100"> <Border.BorderThickness> 10,20,15,5 </Border.BorderThickness> </Border>
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: