ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeView Class / DragDropArrowMarker Property



In This Topic
    DragDropArrowMarker Property
    In This Topic
    Gets the arrow element used to indicate the drop location.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DragDropArrowMarker As FrameworkElement
    'Usage
     
    
    Dim instance As C1TreeView
    Dim value As FrameworkElement
     
    value = instance.DragDropArrowMarker
    public FrameworkElement DragDropArrowMarker {get;}
    public:
    property FrameworkElement^ DragDropArrowMarker {
       FrameworkElement^ get();
    }
    See Also