[]
Represents an icon created from a path string.
public class C1PathIcon : C1VectorIcon, INotifyPropertyChanged, ICloneable
| Name | Description |
|---|---|
| C1PathIcon() | Initializes a new instance of the C1PathIcon class. |
| C1PathIcon(string) | Initializes a new instance of the C1PathIcon class. |
| C1PathIcon(string, Size, Color, string) | Initializes a new instance of the C1PathIcon class with specified key, size and color. |
| C1PathIcon(string, Size, Color, string, Color) | Initializes a new instance of the C1PathIcon class with specified key, size and color. |
| Name | Description |
|---|---|
| Data | Gets or sets the svg string describing the shape. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| Equals(object) | Indicates whether the specified object is a C1PathIcon and has the same property values as this icon object. |
| GetHashCode() | |
| ReadXml(XmlNode) | Reads this C1Icon from an System.Xml.XmlReader. |
| WriteXml(XmlWriter) | Writes this C1Icon into an System.Xml.XmlWriter. |