Class IgbMultiSliderTrackThumbRange
Inheritance
System.Object
IgbMultiSliderTrackThumbRange
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbMultiSliderTrackThumbRange : BaseRendererElement, JsonSerializable
Constructors
IgbMultiSliderTrackThumbRange()
Declaration
public IgbMultiSliderTrackThumbRange()
Properties
HigherThumb
Declaration
public IgbMultiSliderThumb HigherThumb { get; set; }
Property Value
LowerThumb
Declaration
public IgbMultiSliderThumb LowerThumb { get; set; }
Property Value
MaxWidth
Declaration
public double MaxWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MinWidth
Declaration
public double MinWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Position
Declaration
public double Position { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Width
Declaration
public double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements