[]
Represents an icon created from multiple icons.
public class C1CompositeIcon : C1Icon, INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
C1CompositeIcon() | Initializes a new instance of the C1CompositeIcon class. |
C1CompositeIcon(string) | Initializes a new instance of the C1CompositeIcon class. |
Name | Description |
---|---|
Icons | Gets the list of icons that will be rendered. |
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |
Equals(object) | Indicates whether the specified object is a C1CompositeIcon and has the same property values as this icon object. |
GetHashCode() | |
ReadXml(XmlNode) | Reads this C1Icon from an System.Xml.XmlReader. |
WriteXml(XmlWriter) | Writes this C1Icon into an System.Xml.XmlWriter. |