Interface CfnTemplate.IConditionalFormattingGradientColorProperty
Formatting configuration for gradient color.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IConditionalFormattingGradientColorProperty
Syntax (vb)
Public Interface 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
Properties
Color | Determines the color. |
Expression | The expression that determines the formatting configuration for gradient color. |
Properties
Color
Determines the color.
object Color { get; }
Property Value
System.
Remarks
Expression
The expression that determines the formatting configuration for gradient color.
string Expression { get; }
Property Value
System.