[]
Represent an icon created from a list of icons superposed one on top of the other.
public class C1CompositeIcon : C1Icon, IDisposable, ICloneable, INotifyPropertyChanged
| Name | Description |
|---|---|
| C1CompositeIcon() | 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 copy of the icon. |
| CloneOverride() | When overridden, it creates a copy of the icon. |
| Dispose(bool) | |
| OnApplyTemplate() | |
| OnPropertyChanged(string) | Called when a property changed. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when property changed. |