Class CfnDashboard.ConditionalFormattingGradientColorProperty
Formatting configuration for gradient color.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConditionalFormattingGradientColorProperty : Object, CfnDashboard.IConditionalFormattingGradientColorProperty
Syntax (vb)
Public Class ConditionalFormattingGradientColorProperty
Inherits Object
Implements CfnDashboard.IConditionalFormattingGradientColorProperty
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 conditionalFormattingGradientColorProperty = new ConditionalFormattingGradientColorProperty {
Color = new GradientColorProperty {
Stops = new [] { new GradientStopProperty {
GradientOffset = 123,
// the properties below are optional
Color = "color",
DataValue = 123
} }
},
Expression = "expression"
};
Synopsis
Constructors
Conditional |
Properties
Color | Determines the color. |
Expression | The expression that determines the formatting configuration for gradient color. |
Constructors
ConditionalFormattingGradientColorProperty()
public ConditionalFormattingGradientColorProperty()
Properties
Color
Determines the color.
public object Color { get; set; }
Property Value
System.
Remarks
Expression
The expression that determines the formatting configuration for gradient color.
public string Expression { get; set; }
Property Value
System.