Class UriImageProvider
Inheritance
System.Object
UriImageProvider
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class UriImageProvider : ImageProvider, IDisposable, ICloneable
Constructors
Declaration
public UriImageProvider()
Fields
Declaration
public static readonly DependencyProperty BaseAddressProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty UriProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Uri BaseAddress { get; set; }
Property Value
Declaration
public override ISpatialReference SpatialReference { get; }
Property Value
Overrides
Declaration
public Uri Uri { get; set; }
Property Value
Methods
Extension Methods