The values in this enumeration represent the elements found in a flow graph.
Namespace: TreeLayoutHelper.FlowLayoutAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
public enum ElementType |
Visual Basic |
---|
Public Enumeration ElementType |
Visual C++ |
---|
public enum class ElementType |
J# |
---|
public enum ElementType |
JScript |
---|
public enum ElementType |
JavaScript |
---|
TreeLayoutHelper.FlowLayout.ElementType = function();
TreeLayoutHelper.FlowLayout.ElementType.createEnum('TreeLayoutHelper.FlowLayout.ElementType', false); |
Members
Remarks
See Also