Height Property
Summary
Gets or sets the new image height in pixels.
Syntax
[DataMemberAttribute(Name="Height", IsRequired=false)]
public int Height { get; set; }
<DataMemberAttribute("Height")>
Public Property Height As Integer
[DataMemberAttribute("Height")]
public:
property int Height {
int get();
void set ( int );
}
Property Value
New image height in pixels.