TextAnnotationViewModelFactory - делегат |
Делегат фабрики содания модели-представления настроек текстовой аннотации
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [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
- Тип: Tessa.UI.Views.Charting.AnnotationsTextAnnotationModel
Модель настроек текстовой аннотации
Возвращаемое значение
Тип:
TextAnnotationViewModelМодель-представление настроек текстовой аннотации
См. также