[]
        
(Showing Draft Content)

C1.Framework.C1FontIcon

C1FontIcon Class

Represents an icon created from a font.

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

Constructors

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.

Properties

Name Description
Font
Text

Gets the text that represents the icon in the specified FontFamily.

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