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