ComponentOne Basic Library for WPF and Silverlight
AutoScrollStep Property (C1DragDropManager)


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

Reference

C1DragDropManager Class
C1DragDropManager Members