DirectionalImage.LTRImageUrl Property

The URL of the image to display in left-to-right rendering mode.

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

Syntax

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

value = instance.LTRImageUrl

instance.LTRImageUrl = value
public string LTRImageUrl { get; set; }

Property Value

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

See Also

Reference

DirectionalImage Class

DirectionalImage Members

Microsoft.SharePoint.WebControls Namespace