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



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