ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DragDropManager Class / AutoScrollStep Property



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