WorkflowPanelItemViewModelBase - конструктор

Инициализирует новый экземпляр класса WorkflowPanelItemViewModelBase

Definition

Пространство имён: Tessa.UI.WorkflowViewer.ViewModels
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public WorkflowPanelItemViewModelBase(
	WorkflowEditorViewModel editor,
	string iconResource,
	string toolTip = null,
	InputGesture inputGesture = null,
	Brush stroke = null,
	bool hidden = false,
	Func<Visibility> getVisibility = null
)

Параметры

editor  WorkflowEditorViewModel
 
iconResource  String
 
toolTip  String  (Optional)
 
inputGesture  InputGesture  (Optional)
 
stroke  Brush  (Optional)
 
hidden  Boolean  (Optional)
 
getVisibility  FuncVisibility  (Optional)
 

См. также