Class
AsyncReaderSource

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

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class AsyncReaderSource : DependencyObject

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