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
| Property | Value Type | Access | Default Value | Property Description | 
|---|
| Json | string | Read only | skin-dependent | Represents skin settings in the JSON format. | 
Table 2. Methods
| Method | Method 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. |