Class AsyncReaderSource
The class represents a source for reading of multiple shape-files.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class AsyncReaderSource : DependencyObject
Constructors
AsyncReaderSource()
Declaration
public AsyncReaderSource()
Fields
DataSourceProperty
Identifies the DataSource dependency property.
Declaration
public static readonly DependencyProperty DataSourceProperty
Field Value
System.Windows.DependencyProperty
|
SourceProperty
Identifies the Source dependency property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
System.Windows.DependencyProperty
|
ZIndexProperty
Identifies the ZIndex dependency property.
Declaration
public static readonly DependencyProperty ZIndexProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DataSource
Gets or sets the uri of the data-file (DBF).
Declaration
public Uri DataSource { get; set; }
Property Value
System.Uri
|
Source
Gets or sets the uri of geospatial file.
Declaration
public Uri Source { get; set; }
Property Value
System.Uri
|
ZIndex
Gets or sets the Z-Index for items of this source.
Declaration
public int ZIndex { get; set; }
Property Value
System.Int32
|