ClusteredDirectionalImage.LTRWidth Property
The width of the left-to-right image.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property LTRWidth As Unit
Get
Set
'Usage
Dim instance As ClusteredDirectionalImage
Dim value As Unit
value = instance.LTRWidth
instance.LTRWidth = value
public Unit LTRWidth { get; set; }
Property Value
Type: System.Web.UI.WebControls.Unit
A Unit that contains the height of the image.
See Also
Reference
ClusteredDirectionalImage Class