Gets or sets the URL of the image to be displayed by the control.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public string ImageUrl { get; set; } |
Visual Basic
![]() |
---|
Public Property ImageUrl As String |
Type: String
A string specifying the URL of an image to be used. Default value is empty string ("").
The specified image is rendered as the control's background if DisplayType is set to ImageButton and as an icon if DisplayType is set to Button or LinkButton.