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