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