ThemedClusteredHoverImage.HoverOffsetX property
The horizontal offset of the hover image in the cluster
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property HoverOffsetX As Integer
Get
Set
'Usage
Dim instance As ThemedClusteredHoverImage
Dim value As Integer
value = instance.HoverOffsetX
instance.HoverOffsetX = value
public virtual int HoverOffsetX { get; set; }
Property value
Type: System.Int32
See also
Reference
ThemedClusteredHoverImage class