The different annotation modes

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public enum AnnotationMode
Visual Basic (Declaration)
Public Enumeration AnnotationMode
Visual C++
public enum class AnnotationMode

Members

Member nameDescription
All
All annotations (native and custom) will be displayed when annotation is enabled
NativeOnly
Only the native annotations will be displayed when annotation is enabled
CustomOnly
Only the custom annotations will be displayed when annotation is enabled

See Also