Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1DragDropManager Class / SourceMarker Property

In This Topic
    SourceMarker Property
    In This Topic
    Gets a reference to the System.Windows.Controls.Border used to highlight the drag source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SourceMarker As Border
    public Border SourceMarker {get;}
    See Also