Class BorderEyeDropControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Wpf.Syncfusion.SfDiagram.dll
A class that contains Viewmodel bindings for the Syncfusion.Windows.Shared.BorderEyeDrop control.
public class BorderEyeDropControlBindingModel<TView, TViewModel> : AbstractUnboundBorderEyeDropControlBindingModel<TView, TViewModel, BorderEyeDrop>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, BorderEyeDrop>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, BorderEyeDrop>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, BorderEyeDrop>AbstractUnboundDecoratorControlBindingModel<TView, TViewModel, BorderEyeDrop>AbstractUnboundBorderControlBindingModel<TView, TViewModel, BorderEyeDrop>AbstractUnboundBorderEyeDropControlBindingModel<TView, TViewModel, BorderEyeDrop>BorderEyeDropControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
-
AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, BorderEyeDrop>.LayoutTransform
Constructors
BorderEyeDropControlBindingModel(Expression<Func<TView, BorderEyeDrop>>)
Initializes a new instance of the BorderEyeDropControlBindingModel<TView, TViewModel> class.
public BorderEyeDropControlBindingModel(Expression<Func<TView, BorderEyeDrop>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, BorderEyeDrop>>expression representing the control on the view to bind to.