EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Thickness.Left Property
May 02, 2013
Gets or sets the width, in logical pixels, of the left side of the bounding rectangle.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.DoubleA Double that represents the width, in logical pixels, of the left side of the bounding rectangle for this instance of Thickness. The default is 0.
You can set this value in XAML, but only as part of the attribute syntax for properties that take a Thickness, or as initialization text of a Thickness object element. See XAML sections and Remarks sections of Thickness.
Although the type of the property values of a Thickness is Double, you generally should use integer values.