Version

Value Property (ConditionValue)

Returns the numeric value for this instance.
Syntax
public double Value {get;}
Remarks

This property is read-only; to assign a value type, use the SetValue(FormatConditionValueType) or SetValue(Double,FormatConditionValueType) methods.

Note that the unit of measure for this value is determined by the ValueType property; for example, when ValueType is set to Number, the value is interpreted as a numeric value, but when set to Percentage, it is interpreted as a percentage.

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