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