ComponentOne FinancialChart for WPF
DragDropLineMarker Property



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

Reference

C1TreeView Class
C1TreeView Members