ImageGear .NET v25.2 - Updated
ImageGear.Web.Isis Library / ImageGear.Web.Isis Namespace / ImGearIsisTagChoices class / stepValue Property

In This Topic
    stepValue Property
    In This Topic
    Gets the difference between sequential choice values.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_stepValue() : number(Integer)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearIsisTagChoices.get_stepValue();
    Remarks
    Use this property when ChoiceKind is set to range. If x is the value of the MinValue property and s is the value of the StepValue property, then the available choices are x, x + s, x + 2s, and so forth, up to a maximum of the value of the MaxValue property. If the value of the TagType property is anything other than Integer or Rational, then this property is null.
    See Also