Intersoft ClientUI Documentation
PrecisionInterval Property



Gets or sets the interval when the control is using precision mode.
Syntax
<CategoryAttribute("Common Properties")>
Public Property PrecisionInterval As Double
Dim instance As UXRating
Dim value As Double
 
instance.PrecisionInterval = value
 
value = instance.PrecisionInterval
[CategoryAttribute("Common Properties")]
public double PrecisionInterval {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double PrecisionInterval {
   double get();
   void set (    double value);
}
Remarks

In Precision mode, you can set the PrecisionInterval property to do increment for rating value using keyboard navigation key, or you can just move your mouse to select the precision value.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXRating Class
UXRating Members

Concepts

UXRating

Send Feedback