Show / Hide Table of Contents

Class CfnDashboardPropsMixin.GradientStopProperty

Determines the gradient stop configuration.

Inheritance
object
CfnDashboardPropsMixin.GradientStopProperty
Implements
CfnDashboardPropsMixin.IGradientStopProperty
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.GradientStopProperty : CfnDashboardPropsMixin.IGradientStopProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.GradientStopProperty Implements CfnDashboardPropsMixin.IGradientStopProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gradientstop.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 gradientStopProperty = new GradientStopProperty {
                 Color = "color",
                 DataValue = 123,
                 GradientOffset = 123
             };

Synopsis

Constructors

GradientStopProperty()

Determines the gradient stop configuration.

Properties

Color

Determines the color.

DataValue

Determines the data value.

GradientOffset

Determines gradient offset value.

Constructors

GradientStopProperty()

Determines the gradient stop configuration.

public GradientStopProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gradientstop.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 gradientStopProperty = new GradientStopProperty {
                 Color = "color",
                 DataValue = 123,
                 GradientOffset = 123
             };

Properties

Color

Determines the color.

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

string

Remarks

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

DataValue

Determines the data value.

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

double?

Remarks

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

GradientOffset

Determines gradient offset value.

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

double?

Remarks

Default: - 0

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

Implements

CfnDashboardPropsMixin.IGradientStopProperty
Back to top Generated by DocFX