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