[]
Defines a builder to configurate Range.
public class RangeBuilder : BaseBuilder<Range, RangeBuilder>
| Name | Description |
|---|---|
| RangeBuilder(Range) | Creates one RangeBuilder instance to configurate |
| Name | Description |
|---|---|
| Color(Color) | Sets the Color property. |
| Max(double) | Configurates Max. Sets the maximum value for this range. |
| Min(double) | Configurates Min. Sets the minimum value for this range. |
| Name(string) | Configurates Name. Sets whether the name of this Range. |
| OnClientPropertyChanged(string) | Configurates the OnClientPropertyChanged client event. Sets the maximum distance from the element to display the tooltip. |
| Thickness(double) | Configurates Thickness. Sets the thickness of this range as a percentage of the parent gauge's thickness. |