Class SkinColorScheme
Provides a Skin color scheme.
Inherited Members
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class SkinColorScheme : SkinStorageConstructors
SkinColorScheme(Int32)
Initializes a new instance of the SkinColorScheme class.
Declaration
public SkinColorScheme(int skinColor)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | skinColor | Color of the skin. | 
SkinColorScheme(Color)
Initializes a new instance of the SkinColorScheme class.
Declaration
public SkinColorScheme(Color skinColor)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.Media.Color | skinColor | Color of the skin. | 
Fields
sskinColor
Color used for Skin.
Declaration
public Color sskinColorField Value
| Type | 
|---|
| System.Windows.Media.Color | 
Methods
ApplyCustomColorScheme(ResourceDictionary, Color)
Applies the custom color scheme created with specified skin color to specified element.
Declaration
public static ResourceDictionary ApplyCustomColorScheme(ResourceDictionary templatedictionary, Color skinColor)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.ResourceDictionary | templatedictionary | |
| System.Windows.Media.Color | skinColor | Color of the skin. | 
Returns
| Type | 
|---|
| System.Windows.ResourceDictionary |