GeoBlazor Pro
layout: pro title: TickConfig parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
TickConfig Class
Object specification for configuring ticks on the slider.
https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider.html#TickConfig
public class TickConfig : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 TickConfig
Properties
TickConfig.LabelFormatFunction Property
Callback for formatting tick labels.
public string? LabelFormatFunction { get; set; }
Property Value
TickConfig.LabelsVisible Property
Indicates whether to render labels for the ticks.
public System.Nullable<bool> LabelsVisible { get; set; }
Property Value
System.Nullable<System.Boolean>
TickConfig.Mode Property
The mode or method of positioning ticks along the slider track.
public dymaptic.GeoBlazor.Core.Components.Widgets.TickConfigMode Mode { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Widgets.TickConfigMode
TickConfig.TickCreatedFunction Property
Callback that fires for each tick. You can override default behaviors and styles with this property.
public string? TickCreatedFunction { get; set; }
Property Value
TickConfig.Values Property
Indicates where ticks will be rendered below the track. See the description for mode for more information about how this property is interpreted by each mode.
public System.Collections.Generic.List<double>? Values { get; set; }