[]
        
(Showing Draft Content)

C1.Framework.C1CompositeIcon

C1CompositeIcon Class

Represents an icon created from multiple icons.

Inheritance
C1CompositeIcon
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class C1CompositeIcon : C1Icon, INotifyPropertyChanged, ICloneable

Constructors

Name Description
C1CompositeIcon()

Initializes a new instance of the C1CompositeIcon class.

C1CompositeIcon(string)

Initializes a new instance of the C1CompositeIcon class.

Properties

Name Description
Icons

Gets the list of icons that will be rendered.

Methods

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 XmlReader.

WriteXml(XmlWriter)

Writes this C1Icon into an XmlWriter.