Class IgbCustomMapImagery
Represents a CustomMapImagery MapImagery
Inheritance
System.Object
IgbCustomMapImagery
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbCustomMapImagery : IgbGeographicMapImagery, JsonSerializable
Constructors
IgbCustomMapImagery()
Declaration
public IgbCustomMapImagery()
Properties
GetTileImageUri
Declaration
public Action<IgbGetTileImageUriArgs> GetTileImageUri { get; set; }
Property Value
GetTileImageUriScript
Declaration
public string GetTileImageUriScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements