Table of Contents

Class AnnotationPanelControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Wpf.ViewToViewModelBindings.Syncfusion.UI.Xaml.Diagram.Panels
Assembly
Whipstaff.Wpf.Syncfusion.SfDiagram.dll

A class that contains Viewmodel bindings for the Syncfusion.UI.Xaml.Diagram.Panels.AnnotationPanel control.

public class AnnotationPanelControlBindingModel<TView, TViewModel> : AbstractUnboundAnnotationPanelControlBindingModel<TView, TViewModel, AnnotationPanel>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, AnnotationPanel>
AbstractUnboundUIElementControlBindingModel<TView, TViewModel, AnnotationPanel>
AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, AnnotationPanel>
AbstractUnboundPanelControlBindingModel<TView, TViewModel, AnnotationPanel>
AbstractUnboundAnnotationPanelControlBindingModel<TView, TViewModel, AnnotationPanel>
AnnotationPanelControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

AnnotationPanelControlBindingModel(Expression<Func<TView, AnnotationPanel>>)

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

public AnnotationPanelControlBindingModel(Expression<Func<TView, AnnotationPanel>> viewExpression)

Parameters

viewExpression Expression<Func<TView, AnnotationPanel>>

expression representing the control on the view to bind to.