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
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; }