SPDirectionalHoverLinkButton.PressedOffsetX property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PressedOffsetX As Integer
Get
Set
'Usage
Dim instance As SPDirectionalHoverLinkButton
Dim value As Integer
value = instance.PressedOffsetX
instance.PressedOffsetX = value
public int PressedOffsetX { get; set; }
Property value
Type: System.Int32
See also
Reference
SPDirectionalHoverLinkButton class