Menu.ArrowImageOffsetY Property
Gets or sets the y-axis offset of a clustered down arrow image.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ArrowImageOffsetY As Integer
Get
Set
'Usage
Dim instance As Menu
Dim value As Integer
value = instance.ArrowImageOffsetY
instance.ArrowImageOffsetY = value
public int ArrowImageOffsetY { get; set; }
Property Value
Type: System.Int32
The y-axis offset.