Height Property (ListItem)
Gets or sets the height of the ListItem.
public int Height {get; set;}
'Declaration
Public Property Height As Integer
'Usage
Dim instance As ListItem
Dim value As Integer
instance.Height = value
value = instance.Height
Property Value
A
System.Int32 value that represents the height of the
ListItem.