Width Property
Syntax
[DataMemberAttribute(Name="width", Order=2, IsRequired=true)]
public double Width { get; set; }
Public Property Width As Double
public:
property double Width {
double get();
void set ( double );
}
Property Value
Value that indicates the width of the rectangle.