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