[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.RangeBuilder

RangeBuilder Class

Defines a builder to configurate Range.

Inheritance
HideObjectMembers
RangeBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class RangeBuilder : BaseBuilder<Range, RangeBuilder>

Constructors

Name Description
RangeBuilder(Range)

Creates one RangeBuilder instance to configurate obj.

Methods

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.