Class Color
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.ColorInWork
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public abstract class Color
Constructors
Color()
Declaration
protected Color()
Properties
Type
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clone()
Declaration
public abstract Color Clone()
Returns
Type | Description |
---|---|
Color |