Table of Contents

Class SymbolExtensions

Namespace
Wpf.Ui.Extensions
Assembly
Wpf.Ui.dll

Set of extensions for the enumeration of icons to facilitate their management and replacement.

public static class SymbolExtensions
Inheritance
SymbolExtensions
Inherited Members

Methods

GetString(SymbolFilled)

Converts SymbolFilled to string based on the ID.

public static string GetString(this SymbolFilled icon)

Parameters

icon SymbolFilled

Returns

string

GetString(SymbolRegular)

Converts SymbolRegular to string based on the ID.

public static string GetString(this SymbolRegular icon)

Parameters

icon SymbolRegular

Returns

string

Swap(SymbolFilled)

Replaces SymbolFilled with SymbolRegular.

public static SymbolRegular Swap(this SymbolFilled icon)

Parameters

icon SymbolFilled

Returns

SymbolRegular

Swap(SymbolRegular)

Replaces SymbolRegular with SymbolFilled.

public static SymbolFilled Swap(this SymbolRegular icon)

Parameters

icon SymbolRegular

Returns

SymbolFilled