Data adapter that provides data from a SVG file.
Namespace:DevExpress.Xpf.Map
Assembly:DevExpress.Xpf.Map.v19.2.dll

Syntax
C# |
public class SvgFileDataAdapter : CoordinateSystemDataAdapterBase, ISvgPointConverterFactory
|
VB |
Public Class SvgFileDataAdapter Inherits CoordinateSystemDataAdapterBase, ISvgPointConverterFactory
|

Remarks
For more information about this data adapter, refer to the Load Vector Data from a SVG File topic.

Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
MapDependencyObject
MapDataAdapterBase
CoordinateSystemDataAdapterBase
SvgFileDataAdapter

See Also