DirectionalImage.RTLImageUrl Property

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

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

Syntax

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

value = instance.RTLImageUrl

instance.RTLImageUrl = value
public string RTLImageUrl { 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