C1.Win.RulesManager Namespace / GradientSettings Class / WriteXml Method
The System.Xml.XmlWriter stream to which the object is serialized.

In This Topic
WriteXml Method (GradientSettings)
In This Topic
Converts an GradientSettings into its XML representation.
Syntax
'Declaration
 
Public Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
 

Parameters

writer
The System.Xml.XmlWriter stream to which the object is serialized.
See Also