ComponentOne Xamarin.iOS
StartByHolding Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1DragPreviewEventArgs Class : StartByHolding Property
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

Reference

C1DragPreviewEventArgs Class
C1DragPreviewEventArgs Members