This property sets the virtual path to the image that will be displayed in the ImageKit Control. 
[Visual Basic]
Public Property Url As String
[C#]
public string Url {get; set;}

Property Value

The virtual path to the image file

Explanation

The Url property sets the virtual path to the image that will be displayed in the ImageKit Control. This property uses a relative virtual path.

For example, if the image resides in the following virtual path:
"http://myserver/myfolder/myimage.jpg"

Set the Url property as follows:
     ImageKit1.Url = "/myfolder/myimage.jpg"

See Also

ImageKit Members | Newtone.ImageKit.Web.ImageKit

The ImageKit.NET2 is created by Newtone Corporation