Show / Hide Table of Contents

Class CfnTemplatePropsMixin.GradientColorProperty

Determines the gradient color settings.

Inheritance
object
CfnTemplatePropsMixin.GradientColorProperty
Implements
CfnTemplatePropsMixin.IGradientColorProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.GradientColorProperty : CfnTemplatePropsMixin.IGradientColorProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.GradientColorProperty Implements CfnTemplatePropsMixin.IGradientColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gradientcolor.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;

             var gradientColorProperty = new GradientColorProperty {
                 Stops = new [] { new GradientStopProperty {
                     Color = "color",
                     DataValue = 123,
                     GradientOffset = 123
                 } }
             };

Synopsis

Constructors

GradientColorProperty()

Determines the gradient color settings.

Properties

Stops

The list of gradient color stops.

Constructors

GradientColorProperty()

Determines the gradient color settings.

public GradientColorProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gradientcolor.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;

             var gradientColorProperty = new GradientColorProperty {
                 Stops = new [] { new GradientStopProperty {
                     Color = "color",
                     DataValue = 123,
                     GradientOffset = 123
                 } }
             };

Properties

Stops

The list of gradient color stops.

public object? Stops { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gradientcolor.html#cfn-quicksight-template-gradientcolor-stops

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IGradientStopProperty)[]

Implements

CfnTemplatePropsMixin.IGradientColorProperty
Back to top Generated by DocFX