ComponentOne FinancialChart for WPF
DragDropArrowMarker Property



C1.WPF Namespace > C1TreeView Class : DragDropArrowMarker Property
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

Reference

C1TreeView Class
C1TreeView Members