C1CompositeIcon Class Members
In This Topic
The following tables list the members exposed by C1CompositeIcon.
Public Constructors
Public Properties
| Name | Description |
 | Color | Gets or sets the color used to paint the icon. The default value is Transparent. (Inherited from C1.Framework.C1Icon) |
 | Icons | Gets the list of icons that will be rendered. |
 | Key | Gets or sets the key used to retrieve the image. (Inherited from C1.Framework.C1Icon) |
 | Padding | Gets or sets the padding of the icon. (Inherited from C1.Framework.C1Icon) |
 | Size | Gets or sets the size of icon to show. (Inherited from C1.Framework.C1Icon) |
Top
Public Methods
| Name | Description |
 | Clone | Overridden. Creates a new object that is a copy of the current instance. |
 | Equals | Indicates whether the specified object is a C1CompositeIcon and has the same property values as this icon object. |
 | GetHashCode | |
 | ReadXml | Overridden. Reads this C1Icon from an System.Xml.XmlReader. |
 | WriteXml | Overridden. Writes this C1Icon into an System.Xml.XmlWriter. |
Top
Protected Methods
| Name | Description |
 | OnPropertyChanged | Fires the C1Icon.PropertyChanged event. (Inherited from C1.Framework.C1Icon) |
Top
Public Events
| Name | Description |
 | PropertyChanged | Fires when property value was changed. (Inherited from C1.Framework.C1Icon) |
Top
See Also