ComponentOne List for WinForms
C1.Win.List.Util.Xml.Serialization Namespace / Serializer Class / Indentation Property

In This Topic
    Indentation Property (Serializer)
    In This Topic
    Returns or sets indentation used by the XML writer.
    Syntax
    'Declaration
     
    
    Public Property Indentation As Integer
    public int Indentation {get; set;}
    See Also