Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListItem Class / Indent Property


In This Topic
    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