GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / XmlWriterSettings Property
In This Topic
    XmlWriterSettings Property
    In This Topic
    Gets or sets the XmlWriterSettings used in the call to XmlWriter.Create to customize the XmlWriter.
    Syntax
    public XmlWriterSettings XmlWriterSettings {get; set;}

    Property Value

    The default value has its XmlWriterSettings.Indent property set to true.
    See Also