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