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


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

Reference

C1TreeView Class
C1TreeView Members