Class
AsyncReaderSource

The class represents a source for reading of multiple shape-files.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class AsyncReaderSource : Freezable

Inheritance: objectAsyncReaderSource

Constructors

AsyncReaderSource()

Declaration

cs-api-definition
public AsyncReaderSource()

Fields

DataSourceProperty

Identifies the DataSource dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DataSourceProperty

Field Value

DependencyProperty

SourceProperty

Identifies the Source dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SourceProperty

Field Value

DependencyProperty

ZIndexProperty

Identifies the ZIndex dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ZIndexProperty

Field Value

DependencyProperty

Properties

DataSource

Gets or sets the uri of the data-file (DBF).

Declaration

cs-api-definition
public Uri DataSource { get; set; }

Property Value

Uri

Source

Gets or sets the uri of geospatial file.

Declaration

cs-api-definition
public Uri Source { get; set; }

Property Value

Uri

ZIndex

Gets or sets the Z-Index for items of this source.

Declaration

cs-api-definition
public int ZIndex { get; set; }

Property Value

int

Methods

CreateInstanceCore()

Creates new instance of AsyncReaderSource class.

Declaration

cs-api-definition
protected override Freezable CreateInstanceCore()

Returns

Freezable

Freezable.