Enumeration that can use flags to indicate
which items should be cloned during
copy operations.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
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. |