Indent Property (ListItem)
In This Topic
Gets or sets a value indicating that the indent of the
ListItem. This is a dependency property.
Syntax
'Declaration
Public Property Indent As Double
'Usage
Dim instance As ListItem
Dim value As Double
instance.Indent = value
value = instance.Indent
public double Indent {get; set;}
Property Value
A
System.Double value that represents the indent of the
ListItem.
See Also