Interface CfnTemplate.ITableRowConditionalFormattingProperty
The conditional formatting of a table row.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITableRowConditionalFormattingProperty
Syntax (vb)
Public Interface ITableRowConditionalFormattingProperty
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 tableRowConditionalFormattingProperty = new TableRowConditionalFormattingProperty {
BackgroundColor = new ConditionalFormattingColorProperty {
Gradient = new ConditionalFormattingGradientColorProperty {
Color = new GradientColorProperty {
Stops = new [] { new GradientStopProperty {
GradientOffset = 123,
// the properties below are optional
Color = "color",
DataValue = 123
} }
},
Expression = "expression"
},
Solid = new ConditionalFormattingSolidColorProperty {
Expression = "expression",
// the properties below are optional
Color = "color"
}
},
TextColor = new ConditionalFormattingColorProperty {
Gradient = new ConditionalFormattingGradientColorProperty {
Color = new GradientColorProperty {
Stops = new [] { new GradientStopProperty {
GradientOffset = 123,
// the properties below are optional
Color = "color",
DataValue = 123
} }
},
Expression = "expression"
},
Solid = new ConditionalFormattingSolidColorProperty {
Expression = "expression",
// the properties below are optional
Color = "color"
}
}
};
Synopsis
Properties
Background |
The conditional formatting color (solid, gradient) of the background for a table row. |
Text |
The conditional formatting color (solid, gradient) of the text for a table row. |
Properties
BackgroundColor
The conditional formatting color (solid, gradient) of the background for a table row.
virtual object BackgroundColor { get; }
Property Value
System.
Remarks
TextColor
The conditional formatting color (solid, gradient) of the text for a table row.
virtual object TextColor { get; }
Property Value
System.