Size.Width Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the width of this instance of Size.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.DoubleThe Width of this instance of Size, in logical pixels. The default value is 0. The value cannot be negative.
| Exception | Condition |
|---|---|
| ArgumentException | Specified a value less than 0. |
You can set this value in XAML, but only as part of the attribute syntax for properties that take a Size, or as initialization text of a Size object element. See XAML sections and Remarks sections of Size.
Although the type of the property values of a Size is Double, you generally should use integer values.