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