Class WmsTiledProvider
Inheritance
System.Object
WmsTiledProvider
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class WmsTiledProvider : TiledProvider, IDisposable, ICloneable
Constructors
Declaration
public WmsTiledProvider()
Declaration
public WmsTiledProvider(string baseUri)
Parameters
Fields
Declaration
public static readonly DependencyProperty BaseUriProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LayersProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ProjectionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty VersionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public string BaseUri { get; set; }
Property Value
Declaration
public string Layers { get; set; }
Property Value
Declaration
public string Projection { get; set; }
Property Value
Declaration
public override ISpatialReference SpatialReference { get; }
Property Value
Overrides
Declaration
public string Version { get; set; }
Property Value
Methods
Extension Methods