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