Skip to content

TileOverlay

Namespace: ThinkGeo.UI.Blazor

Represents the base class of TileOverlay.

public abstract class TileOverlay : Overlay, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleEvent, Microsoft.AspNetCore.Components.IHandleAfterRender

Inheritance Object → ComponentBase → OverlayTileOverlay
Implements IComponent, IHandleEvent, IHandleAfterRender

Properties

IsVisible

public bool IsVisible { get; set; }

Property Value

Boolean

MaxExtent

Gets or sets the max extent of TileOverlay.

public RectangleShape MaxExtent { get; set; }

Property Value

RectangleShape

TileHeight

Gets or sets the height of tile.

public int TileHeight { get; set; }

Property Value

Int32

TileWidth

Gets or sets the width of tile.

public int TileWidth { get; set; }

Property Value

Int32

WrappingMode

Gets or sets whether allow wrap date line.

public WrappingMode WrappingMode { get; set; }

Property Value

WrappingMode

Id

Gets or sets Id.

public string Id { get; set; }

Property Value

String

Methods

OnInitialized()

protected void OnInitialized()

ShouldRender()

protected bool ShouldRender()

Returns

Boolean