TwoColorsParams.Persist Method

Krypton OutlookGrid

TwoColorsParamsPersist Method
Krypton OutlookGrid v1.6.0
Persists the parameters.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public void Persist(
	XmlWriter writer
)
Public Sub Persist ( 
	writer As XmlWriter
)

Parameters

writer
Type: System.XmlXmlWriter
The XML writer.

Implements

IFormatParamsPersist(XmlWriter)
See Also