Class CfnTemplate.GradientColorProperty
Determines the gradient color settings.
Inheritance
System.Object
CfnTemplate.GradientColorProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GradientColorProperty : Object, CfnTemplate.IGradientColorProperty
Syntax (vb)
Public Class GradientColorProperty
Inherits Object
Implements CfnTemplate.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.AWS.QuickSight;
var gradientColorProperty = new GradientColorProperty {
Stops = new [] { new GradientStopProperty {
GradientOffset = 123,
// the properties below are optional
Color = "color",
DataValue = 123
} }
};
Synopsis
Constructors
GradientColorProperty() |
Properties
Stops | The list of gradient color stops. |
Constructors
GradientColorProperty()
public GradientColorProperty()
Properties
Stops
The list of gradient color stops.
public object Stops { get; set; }
Property Value
System.Object