Version

ValueType Property (CriterionBase)

Returns a FormatConditionValueType value which specifies the manner in which the threshold values for this instance are determined.
Syntax
public FormatConditionValueType ValueType {get;}
Remarks

This property is read-only; to assign one of the following value types, use the SetValue(FormatConditionValueType) method:

  • AutomaticLowest
  • AutomaticHighest
  • LowestValue
  • HighestValue

To assign a value type of Number, Percentage, or Percentileuse the SetValue(Double,FormatConditionValueType) method.

To assign a Formula, use the SetFormula method.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also