Show / Hide Table of Contents

Class Shading

Fill shading options that will be used with an annotation.

Inheritance
System.Object
Shading
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public sealed class Shading : Enum
Syntax (vb)
Public NotInheritable Class Shading
    Inherits

     Enum

Synopsis

Fields

ABOVE

Add shading above the annotation.

BELOW

Add shading below the annotation.

NONE

Don't add shading.

value__

Fields

ABOVE

Add shading above the annotation.

public const Shading ABOVE
Field Value
Type Description
Shading

BELOW

Add shading below the annotation.

public const Shading BELOW
Field Value
Type Description
Shading

NONE

Don't add shading.

public const Shading NONE
Field Value
Type Description
Shading

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX