Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / XmlSpace Property

In This Topic
    XmlSpace Property
    In This Topic
    Gets or sets a value specifying the handling of white-space characters.
    Syntax
    'Declaration
     
    Public Property XmlSpace As System.Nullable(Of SvgXmlSpace)
    public System.Nullable<SvgXmlSpace> XmlSpace {get; set;}
    See Also