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¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| CanConvertFrom | Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context. |
| CanConvertTo | Returns whether this converter can convert the object to the specified type, using the specified context. |
| ConvertFrom | Converts the given object to the type of this converter, using the specified context and culture information. |
| ConvertTo | Converts the given value object to the specified type, using the specified context and culture information. |