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


C1.WPF Namespace > C1DragDropManager Class : SourceMarker Property
Gets a reference to the System.Windows.Controls.Border used to highlight the drag source.
Syntax
'Declaration
 
Public ReadOnly Property SourceMarker As System.Windows.Controls.Border
'Usage
 
Dim instance As C1DragDropManager
Dim value As System.Windows.Controls.Border
 
value = instance.SourceMarker
public System.Windows.Controls.Border SourceMarker {get;}
See Also

Reference

C1DragDropManager Class
C1DragDropManager Members