Tests whether the specified object is a Item instance and is equivalent to this Item.
Namespace:
Aurigma.DesignAtoms.Model.Items
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
protected void ApplyThemeColor( string colorName, Dictionary<string, string> themeObj, Action<Color> updateFunc )
Type: System.String
The color name in the specified product theme.Type: System.Collections.Generic.Dictionary<String, String>
A dictionary specifying a product theme.Type: System.Action<Color>
The call back.