dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
TickElementGroup Class
The HTML Element nodes representing a single slider tick and its associated label. ArcGIS Maps SDK for JavaScript
public record TickElementGroup : System.IEquatable<dymaptic.GeoBlazor.Core.Model.TickElementGroup>
Inheritance System.Object 🡒 TickElementGroup
Implements System.IEquatable<TickElementGroup>
Constructors
TickElementGroup(Nullable, Nullable) Constructor
The HTML Element nodes representing a single slider tick and its associated label. ArcGIS Maps SDK for JavaScript
public TickElementGroup(System.Nullable<Microsoft.AspNetCore.Components.ElementReference> TickElement=null, System.Nullable<Microsoft.AspNetCore.Components.ElementReference> LabelElement=null);
Parameters
TickElement System.Nullable<Microsoft.AspNetCore.Components.ElementReference>
The HTMLElement representing a tick. ArcGIS Maps SDK for JavaScript
LabelElement System.Nullable<Microsoft.AspNetCore.Components.ElementReference>
The HTMLElement representing the label associated with the tick element. ArcGIS Maps SDK for JavaScript
Properties
TickElementGroup.LabelElement Property
The HTMLElement representing the label associated with the tick element. ArcGIS Maps SDK for JavaScript
public System.Nullable<Microsoft.AspNetCore.Components.ElementReference> LabelElement { get; init; }
Property Value
System.Nullable<Microsoft.AspNetCore.Components.ElementReference>
TickElementGroup.TickElement Property
The HTMLElement representing a tick. ArcGIS Maps SDK for JavaScript
public System.Nullable<Microsoft.AspNetCore.Components.ElementReference> TickElement { get; init; }
Property Value
System.Nullable<Microsoft.AspNetCore.Components.ElementReference>