Enumeration that can use flags to indicate
which items should be cloned during
copy operations.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
[FlagsAttribute] public enum CloneTypes |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration CloneTypes |
Members
| Member name | Description | ||
|---|---|---|---|
| NodeStyle | 1 | Indicates the INodeStyle constant. | |
| EdgeStyle | 2 | Indicates the IEdgeStyle constant. | |
| PortStyle | 4 | Indicates the IPortStyle constant. | |
| LabelStyle | 8 | Indicates the ILabelStyle constant. | |
| LabelModelParameter | 16 | Indicates the ILabelModelParameter constant. | |
| PortLocationModelParameter | 32 | Indicates the IPortLocationModelParameter constant. | |
| Tags | 64 | Indicates the Tag constant. | |
| All | 255 | A combination of all flags in this enumeration. |