Skip to content

FontIconSource class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.FontIconSource Modifiers: public

Summary

        Represents an icon source that uses a glyph from the specified font.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class FontIconSource
class IconSource
IconSource <|-- FontIconSource

Inherits from: IconSource

Constructors

NameSummary
.ctor

Properties

NameSummary
FontFamily
FontSize
FontWeight
FontStyle
GlyphGets or sets the character code that identifies the icon glyph.

Fields

NameSummary
static FontFamilyPropertyProperty for [FontFamily](#
static FontSizePropertyProperty for [FontSize](#
static FontStylePropertyProperty for [FontStyle](#
static FontWeightPropertyProperty for [FontWeight](#
static GlyphPropertyProperty for [Glyph](#

Methods

NameSummary
CreateIconElementCreates the icon element.
Inherited members