ComponentOne Basic Library for WPF and Silverlight
DragDropLineMarker Property (C1TreeView)


C1.Silverlight Namespace > C1TreeView Class : DragDropLineMarker Property
Gets the line element used to indicate the drop location.
Syntax
'Declaration
 
Public ReadOnly Property DragDropLineMarker As System.Windows.FrameworkElement
'Usage
 
Dim instance As C1TreeView
Dim value As System.Windows.FrameworkElement
 
value = instance.DragDropLineMarker
public System.Windows.FrameworkElement DragDropLineMarker {get;}
See Also

Reference

C1TreeView Class
C1TreeView Members