Intersoft.Client.UI.Aqua.UXInput Namespace > UXRating Class : PrecisionMode Property |
<CategoryAttribute("Common Properties")> Public Property PrecisionMode As PrecisionMode
Dim instance As UXRating Dim value As PrecisionMode instance.PrecisionMode = value value = instance.PrecisionMode
[CategoryAttribute("Common Properties")] public PrecisionMode PrecisionMode {get; set;}
[CategoryAttribute("Common Properties")] public: property PrecisionMode PrecisionMode { PrecisionMode get(); void set ( PrecisionMode value); }
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.
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