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