ListSiteMapPath.RTLNodeImageWidth property

Gets or sets an integer value that represents the width 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 RTLNodeImageWidth As Integer
    Get
    Set
'Usage
Dim instance As ListSiteMapPath
Dim value As Integer

value = instance.RTLNodeImageWidth

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

Property value

Type: System.Int32

See also

Reference

ListSiteMapPath class

ListSiteMapPath members

Microsoft.SharePoint.WebControls namespace