TextAnnotationViewModelFactory - делегат
Делегат фабрики содания модели-представления настроек текстовой аннотации
Пространство имён: Tessa.UI.Views.Charting.AnnotationsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
public delegate TextAnnotationViewModel TextAnnotationViewModelFactory(
[NotNullAttribute] TextAnnotationModel model
)
<NotNullAttribute>
Public Delegate Function TextAnnotationViewModelFactory (
<NotNullAttribute> model As TextAnnotationModel
) As TextAnnotationViewModel
[NotNullAttribute]
public delegate TextAnnotationViewModel^ TextAnnotationViewModelFactory(
[NotNullAttribute] TextAnnotationModel^ model
)
[<NotNullAttribute>]
type TextAnnotationViewModelFactory =
delegate of
[<NotNullAttribute>] model : TextAnnotationModel -> TextAnnotationViewModel
- model TextAnnotationModel
- Модель настроек текстовой аннотации
TextAnnotationViewModelМодель-представление настроек текстовой аннотации