ImageAnnotationViewModel - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ImageAnnotationViewModel(
[NotNullAttribute] ImageAnnotationModel model,
[NotNullAttribute] PropertyBuilderFactory propertyBuilderFactory,
[NotNullAttribute] PropertyChangedPublisher publisher
)
Public Sub New (
<NotNullAttribute> model As ImageAnnotationModel,
<NotNullAttribute> propertyBuilderFactory As PropertyBuilderFactory,
<NotNullAttribute> publisher As PropertyChangedPublisher
)
public:
ImageAnnotationViewModel(
[NotNullAttribute] ImageAnnotationModel^ model,
[NotNullAttribute] PropertyBuilderFactory^ propertyBuilderFactory,
[NotNullAttribute] PropertyChangedPublisher^ publisher
)
new :
[<NotNullAttribute>] model : ImageAnnotationModel *
[<NotNullAttribute>] propertyBuilderFactory : PropertyBuilderFactory *
[<NotNullAttribute>] publisher : PropertyChangedPublisher -> ImageAnnotationViewModel
Параметры
- model
- Тип: Tessa.UI.Views.Charting.AnnotationsImageAnnotationModel
Модель для которой создается контейнер
- propertyBuilderFactory
- Тип: Tessa.UI.Views.Charting.PropertiesPropertyBuilderFactory
Фабрика создания построителя свойств
- publisher
- Тип: Tessa.UI.Views.Charting.PropertiesPropertyChangedPublisher
Публикатор уведомлений об изменении свойств
См. также