Share via


WebImage.Height Property

Gets the height, in pixels, of the image.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public ReadOnly Property Height As Integer 
    Get
'Usage
Dim instance As WebImage 
Dim value As Integer 

value = instance.Height
public int Height { get; }
public:
property int Height {
    int get ();
}
member Height : int
function get Height () : int

Property Value

Type: System.Int32
The height.

See Also

Reference

WebImage Class

System.Web.Helpers Namespace