Class CfnDashboardPropsMixin.GradientStopProperty
Determines the gradient stop configuration.
Implements
Inherited Members
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
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
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
Remarks
DataValue
Determines the data value.
public double? DataValue { get; set; }
Property Value
Remarks
GradientOffset
Determines gradient offset value.
public double? GradientOffset { get; set; }