[]
Represents an icon created from a font.
public class C1FontIcon : C1Icon, INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
C1FontIcon() | Initializes a new instance of the C1FontIcon class. |
C1FontIcon(string, Size, Color, string, Font) | Initializes a new instance of the C1FontIcon class with specified key, size and color. |
C1FontIcon(string, Size, Color, string, Font, Color) | Initializes a new instance of the C1FontIcon class with specified key, size and color. |
Name | Description |
---|---|
Font | |
Text | Gets the text that represents the icon in the specified FontFamily. |
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |
Equals(object) | Indicates whether the specified object is a C1FontIcon 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. |