Share via


WebImage.Width Property

Gets the width, in pixels, of the image.

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

Syntax

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

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

Property Value

Type: System.Int32
The width.

See Also

Reference

WebImage Class

System.Web.Helpers Namespace