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