Class CfnDashboardPropsMixin.GeospatialGradientStepColorProperty
The gradient step color for a single step.
Inherited Members
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
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
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
Remarks
DataValue
The data value for the gradient step color.
public double? DataValue { get; set; }