ClusteredDirectionalImage.RTLOffsetY Property
The horizontal 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 RTLOffsetY As Integer
Get
Set
'Usage
Dim instance As ClusteredDirectionalImage
Dim value As Integer
value = instance.RTLOffsetY
instance.RTLOffsetY = value
public int RTLOffsetY { get; set; }
Property Value
Type: System.Int32
An integer that represents the horizontal offset.
See Also
Reference
ClusteredDirectionalImage Class