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

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