AlphaImage.Src Property

Contains the path and filename of the image.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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.

See Also

Reference

AlphaImage Class

AlphaImage Members

Microsoft.SharePoint.WebControls Namespace