dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
WebMapUpdateFromOptionsThumbnailSize Class
The size of the thumbnail.
ArcGIS Maps SDK for JavaScript
public class WebMapUpdateFromOptionsThumbnailSize :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.WebMapUpdateFromOptionsThumbnailSize>
Inheritance System.Object 🡒 WebMapUpdateFromOptionsThumbnailSize
Implements System.IEquatable<WebMapUpdateFromOptionsThumbnailSize>
Constructors
WebMapUpdateFromOptionsThumbnailSize(Nullable, Nullable) Constructor
The size of the thumbnail.
ArcGIS Maps SDK for JavaScript
public WebMapUpdateFromOptionsThumbnailSize(System.Nullable<int> Height=null, System.Nullable<int> Width=null);
Parameters
Height
System.Nullable<System.Int32>
The height of the thumbnail.
ArcGIS Maps SDK for JavaScript
Width
System.Nullable<System.Int32>
The width of the thumbnail.
ArcGIS Maps SDK for JavaScript
Properties
WebMapUpdateFromOptionsThumbnailSize.Height Property
The height of the thumbnail.
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> Height { get; set; }
Property Value
WebMapUpdateFromOptionsThumbnailSize.Width Property
The width of the thumbnail.
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> Width { get; set; }