Wimark.Controls Class Library  

TrackEditor.SmallChange Property

Gets or sets the value added to or subtracted from the TrackValue property when the slider is moved a small distance.

[Visual Basic]
Public Property SmallChange As Integer 
[C#]
public int SmallChange {get; set;}
[C++]
public: __property int get_SmallChange();
public: __property void set_SmallChange(int);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TrackEditor Class | TrackEditor Members | Wimark.Controls.Editors Namespace