ListSiteMapPath.RTLNodeImageHeight property

Gets or sets an integer value that represents the height of an image that should appear next to a node in an RTL locale.

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

Syntax

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

value = instance.RTLNodeImageHeight

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

Property value

Type: System.Int32

See also

Reference

ListSiteMapPath class

ListSiteMapPath members

Microsoft.SharePoint.WebControls namespace