Class AsyncShapeFileReader
Inheritance
System.Object
AsyncShapeFileReader
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AsyncShapeFileReader : AsyncFileReaderBase
Constructors
Declaration
public AsyncShapeFileReader()
Fields
Declaration
public static readonly DependencyProperty DataSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty EncodingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StreamDataSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Uri DataSource { get; set; }
Property Value
Declaration
public Encoding Encoding { get; set; }
Property Value
Declaration
public Stream StreamDataSource { get; set; }
Property Value
Methods
Declaration
public override int ReadAsync()
Returns
Overrides
Declaration
public override int ReadAsync(object userState)
Parameters
Returns
Overrides
Extension Methods