Click or drag to resize

ModalVariable Properties

The ModalVariable type exposes the following members.

Properties
 NameDescription
Public propertyCurrentValue Returns the formatted text string representation of the current value. This reflects the most recent value that has been processed by the Format method.
Public propertyForce Gets and sets a value indicating whether the variable forces output on every format call. When true, the formatted value is output even if it has not changed from the previous value; when false (default), output occurs only when the value changes. Force enables explicit modal group output.
Public propertyPrefix Gets and sets the prefix text string prepended to the formatted output value.
Public propertyShaper Gets and sets the Format(Double) object that defines how numeric values are formatted for output.
Public propertySuffix Gets and sets the suffix text string appended to the formatted output value.
Top
See Also