[]
Writes component-specific data into the theme.
protected virtual void WriteCustomData(XmlWriter writer)
Type | Name | Description |
---|---|---|
XmlWriter | writer | XmlWriter where custom theme data is saved. |
Derived classes should override this method to save any custom data their themes may need (anything other than the Style collection).