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