DirectionalImage.LTRImageUrl property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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