Share via


PopoutMenu.HoverIconOffsetX property

Gets or sets the offset x-coordinate of a clustered popup menu hover icon.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property HoverIconOffsetX As Integer
    Get
    Set
'Usage
Dim instance As PopoutMenu
Dim value As Integer

value = instance.HoverIconOffsetX

instance.HoverIconOffsetX = value
public int HoverIconOffsetX { get; set; }

Property value

Type: System.Int32

Remarks

The icon is in the anchor of the menu.

See also

Reference

PopoutMenu class

PopoutMenu members

Microsoft.SharePoint.WebControls namespace