DragContent Property (LineMarker)
In This Topic
Gets or sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag."
Syntax
'Declaration
Public Property DragContent As System.Boolean
public System.bool DragContent {get; set;}
See Also