ComponentOne Basic Library for WPF and Silverlight
TargetMarker Property (C1DragDropManager)


C1.WPF Namespace > C1DragDropManager Class : TargetMarker Property
Gets the System.Windows.Controls.Border used to indicate the drop location.
Syntax
'Declaration
 
Public ReadOnly Property TargetMarker As System.Windows.Controls.Border
'Usage
 
Dim instance As C1DragDropManager
Dim value As System.Windows.Controls.Border
 
value = instance.TargetMarker
public System.Windows.Controls.Border TargetMarker {get;}
See Also

Reference

C1DragDropManager Class
C1DragDropManager Members