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