VerticalLineAnnotationViewModelFactory - делегат |
Делегат фабрики создания модели-представления настроек аннотации линии
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public delegate VerticalLineAnnotationViewModel VerticalLineAnnotationViewModelFactory(
[NotNullAttribute] VerticalLineAnnotationModel model
)
<NotNullAttribute>
Public Delegate Function VerticalLineAnnotationViewModelFactory (
<NotNullAttribute> model As VerticalLineAnnotationModel
) As VerticalLineAnnotationViewModel
[NotNullAttribute]
public delegate VerticalLineAnnotationViewModel^ VerticalLineAnnotationViewModelFactory(
[NotNullAttribute] VerticalLineAnnotationModel^ model
)
[<NotNullAttribute>]
type VerticalLineAnnotationViewModelFactory =
delegate of
[<NotNullAttribute>] model : VerticalLineAnnotationModel -> VerticalLineAnnotationViewModel
Параметры
- model
- Тип: Tessa.UI.Views.Charting.AnnotationsVerticalLineAnnotationModel
Модель настроек аннотации линии
Возвращаемое значение
Тип:
VerticalLineAnnotationViewModelМодель-представление настроек аннотации линии
См. также