DirectionalImage.ImageUrl Property

The URL to use as the image source.

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

Syntax

'Declaration
Public Overrides Property ImageUrl As String
    Get
    Set
'Usage
Dim instance As DirectionalImage
Dim value As String

value = instance.ImageUrl

instance.ImageUrl = value
public override string ImageUrl { get; set; }

Property Value

Type: System.String
A string that contains the URL of the image.

Remarks

If this is set, RTLImageUrl and LTRImageUrl are set to the same value.

See Also

Reference

DirectionalImage Class

DirectionalImage Members

Microsoft.SharePoint.WebControls Namespace