Class ShapeSourceType
Determines shape source type for the MapShapeReader class instance.
Inheritance
System.Object
ShapeSourceType
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class ShapeSourceType : Enum
Fields
Auto
Shape source type will be resolved automatically.
Declaration
public const ShapeSourceType Auto
Field Value
ShapeSourceType
|
Kml
ShapeFile
ESRI shape-file shape source type.
Declaration
public const ShapeSourceType ShapeFile
Field Value
ShapeSourceType
|
value__
Declaration
public int value__
Field Value
System.Int32
|