Table of Contents

Class FormattedStringControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Maui.Maui.ViewToViewModelBindings.Microsoft.Maui.Controls
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

TView
TViewModel
Inheritance
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

viewExpression Expression<Func<TView, FormattedString>>

expression representing the control on the view to bind to.