ClusteredDirectionalImage.RTLOffsetX Property
The vertical offset of the right-to-left image in the image cluster.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RTLOffsetX As Integer
Get
Set
'Usage
Dim instance As ClusteredDirectionalImage
Dim value As Integer
value = instance.RTLOffsetX
instance.RTLOffsetX = value
public int RTLOffsetX { get; set; }
Property Value
Type: System.Int32
An integer that represents the vertical offset.
See Also
Reference
ClusteredDirectionalImage Class