Table of Contents

Class SymbolIconSource

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

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

public class SymbolIconSource : IconSource
Inheritance
SymbolIconSource
Inherited Members

Fields

FilledProperty

Identifies the Filled dependency property.

public static readonly DependencyProperty FilledProperty

Field Value

DependencyProperty

FontSizeProperty

Identifies the FontSize dependency property.

public static readonly DependencyProperty FontSizeProperty

Field Value

DependencyProperty

FontStyleProperty

Identifies the FontStyle dependency property.

public static readonly DependencyProperty FontStyleProperty

Field Value

DependencyProperty

FontWeightProperty

Identifies the FontWeight dependency property.

public static readonly DependencyProperty FontWeightProperty

Field Value

DependencyProperty

SymbolProperty

Identifies the Symbol dependency property.

public static readonly DependencyProperty SymbolProperty

Field Value

DependencyProperty

Properties

Filled

Gets or sets a value indicating whether or not we should use the SymbolFilled.

public bool Filled { get; set; }

Property Value

bool

FontSize

Gets or sets the font size.

public double FontSize { get; set; }

Property Value

double

The size of the text in the Control. The default is MessageFontSize. The font size must be a positive number.

FontStyle

Gets or sets the font style.

public FontStyle FontStyle { get; set; }

Property Value

FontStyle

A FontStyle value. The default is Normal.

FontWeight

Gets or sets the weight or thickness of the specified font.

public FontWeight FontWeight { get; set; }

Property Value

FontWeight

A FontWeight value. The default is Normal.

Symbol

Gets or sets displayed SymbolRegular.

public SymbolRegular Symbol { get; set; }

Property Value

SymbolRegular

Methods

CreateIconElement()

public override IconElement CreateIconElement()

Returns

IconElement