ClassColorModeCollection
Class
Represents a collection of enum wrappers.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor.Mode
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class ColorModeCollection : List<ColorModeWrapper>, IList<ColorModeWrapper>, ICollection<ColorModeWrapper>, IList, ICollection, IReadOnlyList<ColorModeWrapper>, IReadOnlyCollection<ColorModeWrapper>, IEnumerable<ColorModeWrapper>, IEnumerable
Inheritance: objectList<ColorModeWrapper>ColorModeCollection
Implements:
Inherited Members
Constructors
ColorModeCollection()
Initializes a new instance of the ColorModeCollection class.
Declaration
cs-api-definition
public ColorModeCollection()