Skip to content

IconElementConverter class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.IconElementConverter Modifiers: public

Summary

Tries to convert SymbolRegular and SymbolFilled to SymbolRegular.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class IconElementConverter
class TypeConverter
TypeConverter <|-- IconElementConverter

Inherits from: TypeConverter

Constructors

NameSummary
.ctor

Methods

NameSummary
CanConvertFromReturns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
CanConvertToReturns whether this converter can convert the object to the specified type, using the specified context.
ConvertFromConverts the given object to the type of this converter, using the specified context and culture information.
ConvertToConverts the given value object to the specified type, using the specified context and culture information.
Inherited members