[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.Serializer.SerializeColor

SerializeColor Method

SerializeColor(Color, string, XmlTextWriter)

Serializes a color to XML with the specified writer.

Declaration
public static void SerializeColor(Color c, string elementName, XmlTextWriter w)
Public Shared Sub SerializeColor(c As Color, elementName As String, w As XmlTextWriter)
Parameters
Type Name Description
Color c

Color object that contains the color

string elementName

Name of XML element

XmlTextWriter w

XmlTextWriter