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






Gets or sets a value to be added to or susbtracted from the value of slider bar, when tick bar is integrated to a slider bar control.

Syntax

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

Remarks

UXTickBar will use the value of Minimum, Maximum, and LargeChange properties to calculate the number of tickbar items to be displayed.

The following example shows how to create a tick bar that renders five tickbar items that starts from 2 and ends at 10. The value of LargeChange property determines the position where each tickbar item will be rendered with respect of Minimum and Maximum value.

View Copy Code
<Intersoft:UXTickBar Minimum="2" Maximum="10" LargeChange="2">
</Intersoft:UXTickBar>
            

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.