Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItemText.Padding Property

Gets the ElementPaddings object to control the padding of the text on an item.

[Visual Basic]
Public ReadOnly Property Padding As ElementPaddings
[C#]
public ElementPaddings Padding {get;}

Property Value

ElementPaddings

The EelementPaddings object that controls the left, right, top and bottom space between the text and the item's border.

This property is read only, however, you can access the properties and methods of the object it returns.

Remarks

Use ElementPaddings property to specify the right, left, top, bottom paddings for this item's Text. For example, use MenuItem.Text.Padding.Left to specify the space between the left icon and text.

See Also

NavigationItemText Class | EO.Web Namespace


Direct link to this topic