Class AsyncReaderSource
Inheritance
System.Object
AsyncReaderSource
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AsyncReaderSource : DependencyObject
Constructors
AsyncReaderSource()
Declaration
public AsyncReaderSource()
Fields
DataSourceProperty
Declaration
public static readonly DependencyProperty DataSourceProperty
Field Value
Microsoft.
|
SourceProperty
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
Microsoft.
|
ZIndexProperty
Declaration
public static readonly DependencyProperty ZIndexProperty
Field Value
Microsoft.
|
Properties
DataSource
Declaration
public Uri DataSource { get; set; }
Property Value
System.
|
Source
Declaration
public Uri Source { get; set; }
Property Value
System.
|
ZIndex
Declaration
public int ZIndex { get; set; }
Property Value
System.
|