This documentation is archived and is not being maintained.
System.Windows.Media.Converters Namespace
Visual Studio 2008
Contains classes that are used by the MarkupWriter for serialization of Extensible Application Markup Language (XAML).
| Class | Description | |
|---|---|---|
![]() | 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. |
![]() | 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. |
Show:
