Class SymbolGlyph
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
DefaultIcon
If the icon is not found in some places, this one will be displayed.
public const SymbolRegular DefaultIcon = BorderNone24
Field Value
Methods
Parse(string)
Finds icon based on name.
public static SymbolRegular Parse(string name)
Parameters
name
stringName of the icon.
Returns
ParseFilled(string)
Finds icon based on name.
public static SymbolFilled ParseFilled(string name)
Parameters
name
stringName of the icon.