Class SafeAreaOverlayControlControlBindingModel<TView, TViewModel>
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
TViewTViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>AbstractUnboundControlControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>AbstractUnboundContentControlControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>AbstractUnboundUserControlControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>AbstractUnboundSafeAreaOverlayControlControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>SafeAreaOverlayControlControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
-
AbstractUnboundControlControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>.BorderThicknessAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>.CursorAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>.HeightAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>.MarginAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, SafeAreaOverlayControl>.Parent
Constructors
SafeAreaOverlayControlControlBindingModel(Expression<Func<TView, SafeAreaOverlayControl>>)
Initializes a new instance of the SafeAreaOverlayControlControlBindingModel<TView, TViewModel> class.
public SafeAreaOverlayControlControlBindingModel(Expression<Func<TView, SafeAreaOverlayControl>> viewExpression)
Parameters
viewExpressionExpression<Func<TView, SafeAreaOverlayControl>>expression representing the control on the view to bind to.