ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1LineMarker Class / DragContent Property



In This Topic
    DragContent Property
    In This Topic
    Gets or sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag".
    Syntax
    'Declaration
     
    
    Public Property DragContent As Boolean
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As Boolean
     
    instance.DragContent = value
     
    value = instance.DragContent
    public bool DragContent {get; set;}
    public:
    property bool DragContent {
       bool get();
       void set (    bool value);
    }
    See Also