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