Skip to main content

DXFontIconSource Members

The icon source that uses a glyph from the specified font as the icon’s content.

Constructors

Name Description
DXFontIconSource() Initializes a new instance of the DXFontIconSource class.

Fields

Name Description
FontFamilyProperty static Identifies the FontFamily dependency property.
FontSizeProperty static Identifies the FontSize dependency property. Inherited from DXFontIconSourceBase.
FontStyleProperty static Identifies the FontStyle dependency property. Inherited from DXFontIconSourceBase.
FontWeightProperty static Identifies the FontWeight dependency property. Inherited from DXFontIconSourceBase.
ForegroundProperty static Identifies the Foreground dependency property. Inherited from DXFontIconSourceBase.
GlyphProperty static Identifies the Glyph dependency property.

Properties

Name Description
FontFamily Gets or sets the glyph’s font.
FontSize Gets or sets the icon’s font size. Inherited from DXFontIconSourceBase.
FontStyle Gets or sets the icon’s font style. Inherited from DXFontIconSourceBase.
FontWeight Gets or sets the icon’s font weight. Inherited from DXFontIconSourceBase.
Foreground Gets or sets a brush that paints the icon’s foreground. Inherited from DXFontIconSourceBase.
Glyph Gets or sets the glyph’s hexadecimal character code.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also