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