HidNumericControl.ScaledValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a scaled numeric-value for the given control.
public:
property long long ScaledValue { long long get(); void set(long long value); };
long ScaledValue();
void ScaledValue(long value);
public long ScaledValue { get; set; }
var int64 = hidNumericControl.scaledValue;
hidNumericControl.scaledValue = int64;
Public Property ScaledValue As Long
Property Value
The scaled value.