Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1DragPreviewEventArgs Class / StartByHolding Property


In This Topic
    StartByHolding Property
    In This Topic
    Gets or sets a value indicating whether drag will be initiated by a hold operation.
    Syntax
    'Declaration
     
    
    Public Property StartByHolding As Boolean
    'Usage
     
    
    Dim instance As C1DragPreviewEventArgs
    Dim value As Boolean
     
    instance.StartByHolding = value
     
    value = instance.StartByHolding
    public bool StartByHolding {get; set;}
    See Also