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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current 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.
|
GetType()
|
Gets the Type of the current instance.
|
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.
|
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.
|
ToString()
|
Returns a string that represents the current 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.
|