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