Enum Scopes
used to specifies the Scope of the class members
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum Scopes
Fields
Name | Description |
---|---|
Package | Used to specify Scope as Package |
Private | Used to specify Scope as Private |
Protected | Used to specify Scope as Protected |
Public | Used to specify Scope as Public |