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