DragThreshold Property (LineMarker)
In This Topic
Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged.
Syntax
'Declaration
<C1DescriptionAttribute("Interaction.LineMarker.DragThreshold", "Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property DragThreshold As Integer
[C1Description("Interaction.LineMarker.DragThreshold", "Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged.")]
[RefreshProperties(RefreshProperties.Repaint)]
public int DragThreshold {get; set;}
See Also