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


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

Reference

C1DragDropManager Class
C1DragDropManager Members