Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / DirectionalLight Class / WriteXml Method
The writer.


In This Topic
    WriteXml Method (DirectionalLight)
    In This Topic
    Writes the XML.
    Syntax
    'Declaration
     
    
    Public Overrides Sub WriteXml( _
       ByVal writer As XmlWriter _
    ) 
    'Usage
     
    
    Dim instance As DirectionalLight
    Dim writer As XmlWriter
     
    instance.WriteXml(writer)
    public override void WriteXml( 
       XmlWriter writer
    )

    Parameters

    writer
    The writer.
    See Also