TGets or sets the item height in pixel.
[Visual Basic]
Public Property Height As
Int32
[C#]
public
Int32 Height {get; set;}
Property Value
System.Int32
The item height.
This property is read/write.
Remarks
Use Height to explicitly set item height.
When this property is not set, item height is automatically determined based on the content and style settings of the item.
See Also
NavigationItem Class | EO.Web Namespace