MindFusion.UI for WebForms Programmer's Guide

Menu.ItemPadding Property

See Also
 





Gets or sets the padding of item's inner content

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public int ItemPadding { get; set; }

Visual Basic  Copy Code

Public Property ItemPadding As Integer

 Property Value

Type: Int32
An instance of the System.Int32 structure. Default value is 5.

 See Also