Gets or sets the height of the image. By default, this is expressed in pixels, but can be a expressed as a percentage.
[Visual Basic] Public Property Height As Integer [C#] public int Height {get; set;} [C++] public: __property int get_Height(); public: __property void set_Height(int); [JScript] public function get Height() : int; public function set Height(int);
The height of the image.
HtmlImage Class | HtmlImage Members | System.Web.UI.HtmlControls Namespace