Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1DragDropManager Class / TargetMarker Property

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