ComponentOne FinancialChart for WPF
AutoScrollStep Property



C1.WPF Namespace > C1DragDropManager Class : AutoScrollStep Property
Gets or sets the number of pixels to scroll in each auto scroll step.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property AutoScrollStep As Integer
'Usage
 
Dim instance As C1DragDropManager
Dim value As Integer
 
instance.AutoScrollStep = value
 
value = instance.AutoScrollStep
[DefaultValue()]
public int AutoScrollStep {get; set;}
[DefaultValue()]
public:
property int AutoScrollStep {
   int get();
   void set (    int value);
}
Remarks
This property is applicable only when AutoScroll is set to true.
See Also

Reference

C1DragDropManager Class
C1DragDropManager Members