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