ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1DragDropManager
    Dim value As Border
     
    value = instance.SourceMarker
    public Border SourceMarker {get;}
    public:
    property Border^ SourceMarker {
       Border^ get();
    }
    See Also