Enum UmlScope
Enables/Disables scope of the uml shapes Public - Indicates the scope is public. Protected - Indicates the scope is protected. Private - Indicates the scope is private. Package - Indicates the scope is package.
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public enum UmlScope
Fields
Name | Description |
---|---|
Package | |
Private | |
Protected | |
Public |