Show / Hide Table of Contents

Class CfnDashboardPropsMixin.GeospatialGradientStepColorProperty

The gradient step color for a single step.

Inheritance
object
CfnDashboardPropsMixin.GeospatialGradientStepColorProperty
Implements
CfnDashboardPropsMixin.IGeospatialGradientStepColorProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.GeospatialGradientStepColorProperty : CfnDashboardPropsMixin.IGeospatialGradientStepColorProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.GeospatialGradientStepColorProperty Implements CfnDashboardPropsMixin.IGeospatialGradientStepColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialgradientstepcolor.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var geospatialGradientStepColorProperty = new GeospatialGradientStepColorProperty {
                 Color = "color",
                 DataValue = 123
             };

Synopsis

Constructors

GeospatialGradientStepColorProperty()

The gradient step color for a single step.

Properties

Color

The color and opacity values for the gradient step color.

DataValue

The data value for the gradient step color.

Constructors

GeospatialGradientStepColorProperty()

The gradient step color for a single step.

public GeospatialGradientStepColorProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialgradientstepcolor.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var geospatialGradientStepColorProperty = new GeospatialGradientStepColorProperty {
                 Color = "color",
                 DataValue = 123
             };

Properties

Color

The color and opacity values for the gradient step color.

public string? Color { get; set; }
Property Value

string

Remarks

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

DataValue

The data value for the gradient step color.

public double? DataValue { get; set; }
Property Value

double?

Remarks

Default: - 0

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

Implements

CfnDashboardPropsMixin.IGeospatialGradientStepColorProperty
Back to top Generated by DocFX