ListSiteMapPath.RTLNodeImageOffsetY property

Gets or sets an integer value that represents the y-coordinate of an image that appears next to the node in an RTL locale.

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

Syntax

'Declaration
Public Overridable Property RTLNodeImageOffsetY As Integer
    Get
    Set
'Usage
Dim instance As ListSiteMapPath
Dim value As Integer

value = instance.RTLNodeImageOffsetY

instance.RTLNodeImageOffsetY = value
public virtual int RTLNodeImageOffsetY { get; set; }

Property value

Type: System.Int32

See also

Reference

ListSiteMapPath class

ListSiteMapPath members

Microsoft.SharePoint.WebControls namespace