dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
Bounds Class
Represents the effective bounds of the slider.
ArcGIS Maps SDK for JavaScript
public class Bounds :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.Bounds>
Inheritance System.Object 🡒 Bounds
Implements System.IEquatable<Bounds>
Constructors
Bounds(Nullable, Nullable) Constructor
Represents the effective bounds of the slider.
ArcGIS Maps SDK for JavaScript
public Bounds(System.Nullable<double> Max=null, System.Nullable<double> Min=null);
Parameters
Max
System.Nullable<System.Double>
The effective max value of the slider, or the maximum value a user can set a thumb on the slider.
ArcGIS Maps SDK for JavaScript
Min
System.Nullable<System.Double>
The effective min value of the slider, or the minimum value a user can set a thumb on the slider.
ArcGIS Maps SDK for JavaScript
Properties
Bounds.Max Property
The effective max value of the slider, or the maximum value a user can set a thumb on the slider.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Max { get; set; }
Property Value
System.Nullable<System.Double>
Bounds.Min Property
The effective min value of the slider, or the minimum value a user can set a thumb on the slider.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Min { get; set; }