Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IGradientColorProperty

Determines the gradient color settings.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IGradientColorProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IGradientColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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

Properties

Stops

The list of gradient color stops.

Properties

Stops

The list of gradient color stops.

object? Stops { get; }
Property Value

object

Remarks

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

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

Back to top Generated by DocFX