Share via


MenuTemplate.LargeIconMode property

Gets or sets a value that indicates whether the menu renders in large icon mode.

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

Syntax

'Declaration
Public Property LargeIconMode As Boolean
    Get
    Set
'Usage
Dim instance As MenuTemplate
Dim value As Boolean

value = instance.LargeIconMode

instance.LargeIconMode = value
public bool LargeIconMode { get; set; }

Property value

Type: System.Boolean
true if it renders in large icon mode; otherwise, false.

See also

Reference

MenuTemplate class

MenuTemplate members

Microsoft.SharePoint.WebControls namespace