The IHtml5SkinSettings interface provides access to skin-specific settings. Skin settings may contain background and control colors, as well as skin element visibility options.
This interface can be obtained using the IHtml5SkinModule.SkinSettings property. 

Table 1. Properties

PropertyValue TypeAccessDefault ValueProperty Description
JsonstringRead onlyskin-dependentRepresents skin settings in the JSON format.


Table 2. Methods

MethodMethod Description
Load(string fileName)Loads the HTML5 skin settings from the JSON file.

Save(string fileName)

Saves the HTML5 skin settings to the JSON file.
void Reset()Restores default HTML5 skin settings.