Skip to content

SymbolIconSource class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.SymbolIconSource 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 SymbolIconSource
class IconSource
IconSource <|-- SymbolIconSource

Inherits from: IconSource

Constructors

NameSummary
.ctor

Properties

NameSummary
FontSize
FontWeight
FontStyle
SymbolGets or sets displayed [SymbolRegular](#
FilledGets or sets a value indicating whether defines whether or not we should use the [SymbolFilled](#

Fields

NameSummary
static FontSizePropertyProperty for [FontSize](#
static FontStylePropertyProperty for [FontStyle](#
static FontWeightPropertyProperty for [FontWeight](#
static SymbolPropertyProperty for [Symbol](#
static FilledPropertyProperty for [Filled](#

Methods

NameSummary
CreateIconElementCreates the icon element.
Inherited members