ComponentOne FinancialChart for WPF
SourceMarker Property



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 Border
'Usage
 
Dim instance As C1DragDropManager
Dim value As Border
 
value = instance.SourceMarker
public Border SourceMarker {get;}
public:
property Border^ SourceMarker {
   Border^ get();
}
See Also

Reference

C1DragDropManager Class
C1DragDropManager Members