Table of Contents

Class SafeAreaOverlayControlControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Wpf.ViewToViewModelBindings.Whipstaff.Wpf.Controls
Assembly
Whipstaff.Wpf.dll

A class that contains Viewmodel bindings for the SafeAreaOverlayControl control.

public class SafeAreaOverlayControlControlBindingModel<TView, TViewModel> : AbstractUnboundSafeAreaOverlayControlControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
SafeAreaOverlayControlControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

SafeAreaOverlayControlControlBindingModel(Expression<Func<TView, SafeAreaOverlayControl>>)

Initializes a new instance of the SafeAreaOverlayControlControlBindingModel<TView, TViewModel> class.

public SafeAreaOverlayControlControlBindingModel(Expression<Func<TView, SafeAreaOverlayControl>> viewExpression)

Parameters

viewExpression Expression<Func<TView, SafeAreaOverlayControl>>

expression representing the control on the view to bind to.