Class FrameworkElementControlBindingModel<TView, TViewModel>
- Namespace
- Whipstaff.Wpf.ViewToViewModelBindings.System.Windows
- Assembly
- Whipstaff.Wpf.dll
A class that contains Viewmodel bindings for the FrameworkElement control.
public class FrameworkElementControlBindingModel<TView, TViewModel> : AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, FrameworkElement>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, FrameworkElement>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, FrameworkElement>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, FrameworkElement>FrameworkElementControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
-
AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, FrameworkElement>.ActualHeightAbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, FrameworkElement>.BindingGroupAbstractUnboundUIElementControlBindingModel<TView, TViewModel, FrameworkElement>.IsMouseDirectlyOverAbstractUnboundUIElementControlBindingModel<TView, TViewModel, FrameworkElement>.SnapsToDevicePixels
Constructors
FrameworkElementControlBindingModel(Expression<Func<TView, FrameworkElement>>)
Initializes a new instance of the FrameworkElementControlBindingModel<TView, TViewModel> class.
public FrameworkElementControlBindingModel(Expression<Func<TView, FrameworkElement>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, FrameworkElement>>expression representing the control on the view to bind to.