Table of Contents

Class SymbolGlyph

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

Set of static methods to operate on SymbolRegular and SymbolFilled.

public static class SymbolGlyph
Inheritance
SymbolGlyph
Inherited Members

Fields

DefaultFilledIcon

If the filled icon is not found in some places, this one will be displayed.

public const SymbolFilled DefaultFilledIcon = BorderNone24

Field Value

SymbolFilled

DefaultIcon

If the icon is not found in some places, this one will be displayed.

public const SymbolRegular DefaultIcon = BorderNone24

Field Value

SymbolRegular

Methods

Parse(string)

Finds icon based on name.

public static SymbolRegular Parse(string name)

Parameters

name string

Name of the icon.

Returns

SymbolRegular

ParseFilled(string)

Finds icon based on name.

public static SymbolFilled ParseFilled(string name)

Parameters

name string

Name of the icon.

Returns

SymbolFilled