An enumeration that is used in the DesignerSerializationVisibilityAttribute
Namespace: yWorks.Support.AttributesAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum DesignerSerializationVisibility |
| Visual Basic |
|---|
Public Enumeration DesignerSerializationVisibility |
Members
| Member name | Description | ||
|---|---|---|---|
| Hidden | 0 | The item should not be serialized. | |
| Content | 1 | The contents of the item (in case of collections, e.g.) should be serialized instead of the item itself. | |
| Visible | 2 | The item should be serialized. |