Enum
AnnotationMode

The different annotation modes

Definition

Namespace:ArtOfTest.WebAii.Core

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum AnnotationMode

Fields

All

All annotations (native and custom) will be displayed when annotation is enabled

Declaration

cs-api-definition
All = 0

Field Value

AnnotationMode

CustomOnly

Only the custom annotations will be displayed when annotation is enabled

Declaration

cs-api-definition
CustomOnly = 2

Field Value

AnnotationMode

NativeOnly

Only the native annotations will be displayed when annotation is enabled

Declaration

cs-api-definition
NativeOnly = 1

Field Value

AnnotationMode

In this article
DefinitionFieldsAllCustomOnlyNativeOnly
Not finding the help you need?
Contact Support