ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DragDropManager Class / TargetMarker Property



In This Topic
    TargetMarker Property
    In This Topic
    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