Show / Hide Table of Contents

Class BasemapGalleryItem

Encompasses an element in a basemap gallery.

Inheritance
object
BasemapGalleryItem
Implements
INotifyPropertyChanged
IEquatable<BasemapGalleryItem>
IBindableCustomPropertyImplementation
Namespace: Esri.ArcGISRuntime.Toolkit.UI
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[GeneratedBindableCustomProperty]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Data.INotifyPropertyChanged")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_SearchViewModelWinRTTypeDetails))]
public class BasemapGalleryItem : INotifyPropertyChanged, IEquatable<BasemapGalleryItem>, IBindableCustomPropertyImplementation

Properties

Name Description
Basemap

Gets the basemap associated with this basemap item.

Is3D

Gets a value indicating whether this basemap is a 3D basemap.

IsLoading

Gets or sets a value indicating whether this gallery item is actively loading the basemap.

IsLoadingThumbnail

Gets or sets a value indicating whether this gallery item is actively loading the Thumbnail.

IsValid

Gets a value indicating whether this basemap is a valid selection.

Name

Gets or sets the name to display for this basemap item.

SpatialReference

Gets the spatial reference, if known, of the underlying basemap.

Thumbnail

Gets or sets the thumbnail to display for this basemap item.

ThumbnailBitmap

Gets the thumbnail as an ImageSource for convenient use from UWP.

ThumbnailData

Gets thumbnail as a byte array.

Tooltip

Gets or sets the tooltip to display for this basemap item.

Methods

Name Description
CreateAsync(Basemap)

Creates an item to represent the given basemap.

Equals(BasemapGalleryItem?)

Indicates whether the current object is equal to another object of the same type.

Equals(object?)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

In this article
Back to top Generated by DocFX