ReadXml Method (GradientSettings)
In This Topic
Generates an
GradientSettings from its XML representation.
Syntax
'Declaration
Public Sub ReadXml( _
ByVal As XmlReader _
)
public void ReadXml(
XmlReader
)
Parameters
- reader
- The System.Xml.XmlReader stream from which the object is deserialized.
See Also