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