New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class AsyncReaderSource : Freezable

Inheritance: objectAsyncReaderSource

Constructors

C#
public AsyncReaderSource()

Fields

DataSourceProperty

DependencyProperty

Identifies the DataSource dependency property.

C#
public static readonly DependencyProperty DataSourceProperty

SourceProperty

DependencyProperty

Identifies the Source dependency property.

C#
public static readonly DependencyProperty SourceProperty

ZIndexProperty

DependencyProperty

Identifies the ZIndex dependency property.

C#
public static readonly DependencyProperty ZIndexProperty

Properties

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

C#
public Uri DataSource { get; set; }

Gets or sets the uri of geospatial file.

C#
public Uri Source { get; set; }

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

C#
public int ZIndex { get; set; }

Methods

Creates new instance of AsyncReaderSource class.

C#
protected override Freezable CreateInstanceCore()
Returns:

Freezable

Freezable.