ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / XmlUtil Class / Write Method / Write(XmlWriter,String,Thickness,Thickness) Method

In This Topic
    Write(XmlWriter,String,Thickness,Thickness) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Write( _
       ByVal writer As System.Xml.XmlWriter, _
       ByVal attName As System.String, _
       ByVal value As Thickness, _
       ByVal defVal As Thickness _
    ) 
    public static void Write( 
       System.Xml.XmlWriter writer,
       System.string attName,
       Thickness value,
       Thickness defVal
    )

    Parameters

    writer
    attName
    value
    defVal
    See Also