Rect.Width Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the width of the rectangle.
public:
property double Width { double get(); void set(double value); };
public double Width { get; set; }
member this.Width : double with get, set
Public Property Width As Double
Property Value
A value that represents the width of the rectangle in pixels. The default is 0.
Exceptions
Specified a value less than 0.
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) Rect
struct. For more information, see Rect in the UWP API reference.
For more information and examples of this member, see Rect.Width in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.)