[]
Collection of images to be displayed in C1SuperLabelBase or C1SuperTooltipBase components.
public class ImageCollection : ObservableCollection<ImageEntry>, IList<ImageEntry>, ICollection<ImageEntry>, IList, ICollection, IReadOnlyList<ImageEntry>, IReadOnlyCollection<ImageEntry>, IEnumerable<ImageEntry>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Name | Description |
---|---|
ImageCollection(Component) | Initializes a new instance of a ImageCollection. |
Name | Description |
---|---|
this[string] | Gets or sets the ImageEntry with the specified key ImageCollection. |
Name | Description |
---|---|
Add(string, Image) | Adds an Image to the collection. |
Add(ImageList) | Adds all images in an ImageList component to the collection. |
Contains(string) | Determines whether the ImageCollection contains a given key. |
IndexOf(string) | Gets the index of the ImageEntry with a given key. |