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



In This Topic
    AutoScrollEdge Property
    In This Topic
    Gets or sets the distance between the mouse and the edges of a drag target element that triggers the auto scroll process.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(5)>
    Public Property AutoScrollEdge As Integer
    'Usage
     
    
    Dim instance As C1DragDropManager
    Dim value As Integer
     
    instance.AutoScrollEdge = value
     
    value = instance.AutoScrollEdge
    [DefaultValue(5)]
    public int AutoScrollEdge {get; set;}
    [DefaultValue(5)]
    public:
    property int AutoScrollEdge {
       int get();
       void set (    int value);
    }
    Remarks
    This property is applicable only when AutoScroll is set to true.
    See Also