Class 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.
Inheritance
System.Object
UmlScope
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class UmlScope : Enum
Fields
Package
Declaration
public const UmlScope Package
Field Value
Private
Declaration
public const UmlScope Private
Field Value
Protected
Declaration
public const UmlScope Protected
Field Value
Public
Declaration
public const UmlScope Public
Field Value