StripLinesPropertyTModel - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Properties
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public StripLinesProperty(
[NotNullAttribute] TModel model,
[NotNullAttribute] StripLineEditorFactoryDelegate stripLineEditorFactory,
[NotNullAttribute] IDialogService dialogService
)
Public Sub New (
<NotNullAttribute> model As TModel,
<NotNullAttribute> stripLineEditorFactory As StripLineEditorFactoryDelegate,
<NotNullAttribute> dialogService As IDialogService
)
public:
StripLinesProperty(
[NotNullAttribute] TModel model,
[NotNullAttribute] StripLineEditorFactoryDelegate^ stripLineEditorFactory,
[NotNullAttribute] IDialogService^ dialogService
)
new :
[<NotNullAttribute>] model : 'TModel *
[<NotNullAttribute>] stripLineEditorFactory : StripLineEditorFactoryDelegate *
[<NotNullAttribute>] dialogService : IDialogService -> StripLinesProperty
Параметры
- model
- Тип: TModel
Коллекция полос
- stripLineEditorFactory
- Тип: Tessa.UI.Views.Charting.AxisesStripLineEditorFactoryDelegate
Фабрика создания модели-представления редактора полосы
- dialogService
- Тип: Tessa.UI.ControlsIDialogService
Сервис диалоговых окон
См. также