VerticalLineAnnotationViewModelFactory - делегат
Делегат фабрики создания модели-представления настроек аннотации линии
Пространство имён: Tessa.UI.Views.Charting.AnnotationsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[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 VerticalLineAnnotationModel
- Модель настроек аннотации линии
VerticalLineAnnotationViewModelМодель-представление настроек аннотации линии