Core Library for WPF | ComponentOne
C1.WPF.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
    public bool StartByHolding {get; set;}
    See Also