Height Property
Summary
Gets or sets a value that represents the height for this LogicalSize.
Syntax
[DataMemberAttribute(Name="height", Order=1, 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 size.
Example
For an example, refer to Width.