RangeSelectorSliderMarkerBuilder Methods
Provides methods that allow you to configure nested options of the client-side sliderMarker object.| Name | Description |
|---|---|
| Color(JS) | Specifies the color of the slider markers. Mirrors the client-side color option. |
| Color(String) | Specifies the color of the slider markers. Mirrors the client-side color option. |
| CustomizeText(RazorBlock) | Specifies a callback function that returns the text to be displayed by slider markers. Mirrors the client-side customizeText option. |
| CustomizeText(String) | Specifies a callback function that returns the text to be displayed by slider markers. Mirrors the client-side customizeText option. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Font(Action<VizFontBuilder>) | Specifies font properties for the text displayed by the range selector slider markers. Mirrors the client-side font object. |
| Format(Format) | Formats a value before it is displayed in a slider marker. Mirrors the client-side format option. |
| Format(JS) | Formats a value before it is displayed in a slider marker. Mirrors the client-side format option. |
| Format(Action<FormatBuilder>) | Formats a value before it is displayed in a slider marker. Mirrors the client-side format object. |
| Format(String) | Formats a value before it is displayed in a slider marker. Mirrors the client-side format option. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| InvalidRangeColor(JS) | Specifies the color used for the slider marker text when the currently selected range does not match the minRange and maxRange values. Mirrors the client-side invalidRangeColor option. |
| InvalidRangeColor(String) | Specifies the color used for the slider marker text when the currently selected range does not match the minRange and maxRange values. Mirrors the client-side invalidRangeColor option. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Option(String, Object) | Specifies an option by its name. |
| PaddingLeftRight(JS) | Specifies the empty space between the marker's left and right borders and the marker's text. Mirrors the client-side paddingLeftRight option. |
| PaddingLeftRight(Double) | Specifies the empty space between the marker's left and right borders and the marker's text. Mirrors the client-side paddingLeftRight option. |
| PaddingTopBottom(JS) | Specifies the empty space between the marker's top and bottom borders and the marker's text. Mirrors the client-side paddingTopBottom option. |
| PaddingTopBottom(Double) | Specifies the empty space between the marker's top and bottom borders and the marker's text. Mirrors the client-side paddingTopBottom option. |
| PlaceholderHeight(JS) | Specifies the placeholder height of the slider marker. Mirrors the client-side placeholderHeight option. |
| PlaceholderHeight(Double) | Specifies the placeholder height of the slider marker. Mirrors the client-side placeholderHeight option. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Visible(JS) | Indicates whether or not the slider markers are visible. Mirrors the client-side visible option. |
| Visible(Boolean) | Indicates whether or not the slider markers are visible. Mirrors the client-side visible option. |
See Also