C1.Win.RulesManager Namespace / GradientSettings Class / ReadXml Method
The System.Xml.XmlReader stream from which the object is deserialized.

In This Topic
ReadXml Method (GradientSettings)
In This Topic
Generates an GradientSettings from its XML representation.
Syntax
'Declaration
 
Public Sub ReadXml( _
   ByVal reader As XmlReader _
) 
 

Parameters

reader
The System.Xml.XmlReader stream from which the object is deserialized.
See Also