Intersoft ClientUI Documentation
PrecisionInterval Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXRating Class : PrecisionInterval Property






Gets or sets the interval when the control is using precision mode.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property PrecisionInterval As Double
Visual Basic (Usage)Copy Code
Dim instance As UXRating
Dim value As Double
 
instance.PrecisionInterval = value
 
value = instance.PrecisionInterval
C# 
[CategoryAttribute("Common Properties")]
public double PrecisionInterval {get; set;}
Delphi 
public read-write property PrecisionInterval: Double; 
JScript 
CategoryAttribute("Common Properties")
public function get,set PrecisionInterval : double
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property double get_PrecisionInterval();
public: __property void set_PrecisionInterval( 
   double value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.