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