WorkflowPanelItemViewModelBase - конструктор |
Пространство имён:
Tessa.UI.WorkflowViewer.ViewModels
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public WorkflowPanelItemViewModelBase(
WorkflowEditorViewModel editor,
string iconResource,
string toolTip = null,
InputGesture inputGesture = null,
Brush stroke = null,
bool hidden = false,
Func<Visibility> getVisibility = null
)
Public Sub New (
editor As WorkflowEditorViewModel,
iconResource As String,
Optional toolTip As String = Nothing,
Optional inputGesture As InputGesture = Nothing,
Optional stroke As Brush = Nothing,
Optional hidden As Boolean = false,
Optional getVisibility As Func(Of Visibility) = Nothing
)
public:
WorkflowPanelItemViewModelBase(
WorkflowEditorViewModel^ editor,
String^ iconResource,
String^ toolTip = nullptr,
InputGesture^ inputGesture = nullptr,
Brush^ stroke = nullptr,
bool hidden = false,
Func<Visibility>^ getVisibility = nullptr
)
new :
editor : WorkflowEditorViewModel *
iconResource : string *
?toolTip : string *
?inputGesture : InputGesture *
?stroke : Brush *
?hidden : bool *
?getVisibility : Func<Visibility>
(* Defaults:
let _toolTip = defaultArg toolTip null
let _inputGesture = defaultArg inputGesture null
let _stroke = defaultArg stroke null
let _hidden = defaultArg hidden false
let _getVisibility = defaultArg getVisibility null
*)
-> WorkflowPanelItemViewModelBase
Параметры
- editor
- Тип: Tessa.UI.WorkflowViewer.ViewModelsWorkflowEditorViewModel
- iconResource
- Тип: SystemString
- toolTip (Optional)
- Тип: SystemString
- inputGesture (Optional)
- Тип: System.Windows.InputInputGesture
- stroke (Optional)
- Тип: System.Windows.MediaBrush
- hidden (Optional)
- Тип: SystemBoolean
- getVisibility (Optional)
- Тип: SystemFuncVisibility
См. также