Class DragGestureRecognizerControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Maui.dll
A class that contains Viewmodel bindings for the DragGestureRecognizer control.
public class DragGestureRecognizerControlBindingModel<TView, TViewModel> : AbstractUnboundDragGestureRecognizerControlBindingModel<TView, TViewModel, DragGestureRecognizer>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TViewTViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, DragGestureRecognizer>AbstractUnboundElementControlBindingModel<TView, TViewModel, DragGestureRecognizer>AbstractUnboundGestureRecognizerControlBindingModel<TView, TViewModel, DragGestureRecognizer>AbstractUnboundDragGestureRecognizerControlBindingModel<TView, TViewModel, DragGestureRecognizer>DragGestureRecognizerControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
DragGestureRecognizerControlBindingModel(Expression<Func<TView, DragGestureRecognizer>>)
Initializes a new instance of the DragGestureRecognizerControlBindingModel<TView, TViewModel> class.
public DragGestureRecognizerControlBindingModel(Expression<Func<TView, DragGestureRecognizer>> viewExpression)
Parameters
viewExpressionExpression<Func<TView, DragGestureRecognizer>>expression representing the control on the view to bind to.