System.Windows.Media.Converters Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains classes that are used by the MarkupWriter for serialization of Extensible Application Markup Language (XAML).
Classes
BaseIListConverter |
Defines methods used to convert IList collection members to and from instances of String. |
BoolIListConverter |
Converts the members of an IList collection of Boolean values to and from instances of String. |
BrushValueSerializer |
Converts instances of String to and from instances of Brush. |
CacheModeValueSerializer |
Converts instances of String to and from instances of CacheMode. |
CharIListConverter |
Converts the members of an IList collection of Unicode characters to and from instances of String. |
DoubleCollectionValueSerializer |
Converts instances of String to and from instances of DoubleCollection. |
DoubleIListConverter |
Converts members of an IList collection containing Double numbers to and from instances of String. |
GeometryValueSerializer |
Converts instances of String to and from instances of Geometry. |
Int32CollectionValueSerializer |
Converts instances of String to and from instances of Int32Collection. |
MatrixValueSerializer |
Converts instances of String to and from instances of Matrix. |
PathFigureCollectionValueSerializer |
Converts instances of String to and from instances of PathFigureCollection. |
PointCollectionValueSerializer |
Converts instances of String to and from instances of PointCollection. |
PointIListConverter |
Converts an IList collection of Point values to and from instances of String. |
TransformValueSerializer |
Converts instances of String to and from instances of Transform. |
UShortIListConverter |
Converts an IList collection of UShort number values to and from instances of String. |
VectorCollectionValueSerializer |
Converts instances of String to and from instances of VectorCollection. |