Class ClipartItem.ColorGroup
Inheritance
System.Object
ClipartItem.ColorGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ColorGroup
Constructors
ColorGroup()
Declaration
public ColorGroup()
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Targets
Declaration
public List<ClipartItem.ColorGroupTarget> Targets { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ClipartItem.ColorGroupTarget> |
Methods
Clone()
Declaration
public ClipartItem.ColorGroup Clone()
Returns
| Type | Description |
|---|---|
| ClipartItem.ColorGroup |