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






Gets or sets the precision mode of the control.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property PrecisionMode As PrecisionMode
Visual Basic (Usage)Copy Code
Dim instance As UXRating
Dim value As PrecisionMode
 
instance.PrecisionMode = value
 
value = instance.PrecisionMode
C# 
[CategoryAttribute("Common Properties")]
public PrecisionMode PrecisionMode {get; set;}
Delphi 
public read-write property PrecisionMode: PrecisionMode; 
JScript 
CategoryAttribute("Common Properties")
public function get,set PrecisionMode : PrecisionMode
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property PrecisionMode get_PrecisionMode();
public: __property void set_PrecisionMode( 
   PrecisionMode value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property PrecisionMode PrecisionMode {
   PrecisionMode get();
   void set (    PrecisionMode value);
}

Remarks

By default, precision mode for this control is set to Full. This control has three PrecisionMode: Full, Half and Precision. This mode can be active only when selection is set to Continuous mode. In Full mode (the default), the control behaves the way most star-based rating controls does, which fill the first two stars and the selected rating item.

In Half mode, the star can be filled by half.

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.