Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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;}
    See Also