KaxTrackBarSmallChange Property |
Get/Set the step with which the trackbar value will change
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public decimal SmallChange { get; set; }
Public Property SmallChange As Decimal
Get
Set
public:
property Decimal SmallChange {
Decimal get ();
void set (Decimal value);
}
member SmallChange : decimal with get, set
Property Value
Type:
DecimalSee Also