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

NavigationItem.Width Property

Gets or sets the item width in pixel.

[Visual Basic]
Public Property Width As Int32
[C#]
public Int32 Width {get; set;}

Property Value

System.Int32

The item width.

This property is read/write.

Remarks

Use this property to explicitly set item width when the item belongs to a horizontal item group. Note this property is ignored for items that belong to a vertical item group, in which case the width of the group is used.

See Also

NavigationItem Class | EO.Web Namespace


Direct link to this topic