ComponentOne FinancialChart for WPF
TargetMarker Property



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

Reference

C1DragDropManager Class
C1DragDropManager Members