AlphaImage.Src property
Contains the path and filename of the image.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property Src As String
Get
Set
'Usage
Dim instance As AlphaImage
Dim value As String
value = instance.Src
instance.Src = value
public virtual string Src { get; set; }
Property value
Type: System.String
Returns a String.
Remarks
The AlphaImage Web control renders transparency for PNG images in Microsoft Internet Explorer, so the Src property should contain the path and filename of an image that has a .png extension.