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