| KaxTrackBarSelectionStart Property  | 
          
        
        
        
            Get/Set the SelectionStart of the trackbar
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic decimal SelectionStart { get; set; }Public Property SelectionStart As Decimal
	Get
	Set
public:
property Decimal SelectionStart {
	Decimal get ();
	void set (Decimal value);
}member SelectionStart : decimal with get, set
Property Value
Type: 
Decimal
See Also