System.Activities.Presentation.FlowSwitchLinkCasePropertyEditor.FlowSwitchLinkCasePropertyEditor C# (CSharp) Method

FlowSwitchLinkCasePropertyEditor() public method

public FlowSwitchLinkCasePropertyEditor ( ) : System.Windows
return System.Windows
        public FlowSwitchLinkCasePropertyEditor()
        {
            this.InlineEditorTemplate = (DataTemplate)EditorCategoryTemplateDictionary.Instance.GetCategoryTemplate("FlowSwitchLinkCase_InlineEditorTemplate");
        }
    }
FlowSwitchLinkCasePropertyEditor