Core Library for WPF | ComponentOne
C1.WPF.Core 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
    public Border TargetMarker {get;}
    See Also