ClusteredHyperlink.OffsetY Property
The vertical offset of the hyperlink in the image cluster.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Property OffsetY As Integer
Get
Set
'Usage
Dim instance As ClusteredHyperlink
Dim value As Integer
value = instance.OffsetY
instance.OffsetY = value
public virtual int OffsetY { get; set; }
Property Value
Type: System.Int32
An integer that represents the vertical offset.