Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeView Class / DragDropLineMarker Property

In This Topic
    DragDropLineMarker Property (C1TreeView)
    In This Topic
    Gets the line element used to indicate the drop location.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DragDropLineMarker As FrameworkElement
    public FrameworkElement DragDropLineMarker {get;}
    See Also