WorkflowPanelItemViewModelBase - конструктор
Пространство имён: Tessa.UI.WorkflowViewer.ViewModelsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 WorkflowEditorViewModel
-
- iconResource String
-
- toolTip String (Optional)
-
- inputGesture InputGesture (Optional)
-
- stroke Brush (Optional)
-
- hidden Boolean (Optional)
-
- getVisibility FuncVisibility (Optional)
-