[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.RangeTagHelper

RangeTagHelper Class

ITagHelper implementation for Range.

Inheritance
RangeTagHelper
Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-gauge-range")]
public class RangeTagHelper : SettingTagHelper<Range>, ITagHelper, ITagHelperComponent

Constructors

Name Description
RangeTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

Color

Configurates Color. Sets the color used to display this range.

Max

Configurates Max. Sets the maximum value for this range.

Min

Configurates Min. Sets the minimum value for this range.

Name

Configurates Name. Sets whether the name of this Range.

PropertyChanged

Configurates the OnClientPropertyChanged client event. Sets the maximum distance from the element to display the tooltip.

Thickness

Configurates Thickness. Sets the thickness of this range as a percentage of the parent gauge's thickness.