Show / Hide Table of Contents

Class CfnTemplatePropsMixin.TableCellStyleProperty

The table cell style for a cell in pivot table or table visual.

Inheritance
object
CfnTemplatePropsMixin.TableCellStyleProperty
Implements
CfnTemplatePropsMixin.ITableCellStyleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.TableCellStyleProperty : CfnTemplatePropsMixin.ITableCellStyleProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.TableCellStyleProperty Implements CfnTemplatePropsMixin.ITableCellStyleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellstyle.html

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.Mixins.Preview.AWS.QuickSight.Mixins;

             var tableCellStyleProperty = new TableCellStyleProperty {
                 BackgroundColor = "backgroundColor",
                 Border = new GlobalTableBorderOptionsProperty {
                     SideSpecificBorder = new TableSideBorderOptionsProperty {
                         Bottom = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         },
                         InnerHorizontal = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         },
                         InnerVertical = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         },
                         Left = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         },
                         Right = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         },
                         Top = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         }
                     },
                     UniformBorder = new TableBorderOptionsProperty {
                         Color = "color",
                         Style = "style",
                         Thickness = 123
                     }
                 },
                 FontConfiguration = new FontConfigurationProperty {
                     FontColor = "fontColor",
                     FontDecoration = "fontDecoration",
                     FontFamily = "fontFamily",
                     FontSize = new FontSizeProperty {
                         Absolute = "absolute",
                         Relative = "relative"
                     },
                     FontStyle = "fontStyle",
                     FontWeight = new FontWeightProperty {
                         Name = "name"
                     }
                 },
                 Height = 123,
                 HorizontalTextAlignment = "horizontalTextAlignment",
                 TextWrap = "textWrap",
                 VerticalTextAlignment = "verticalTextAlignment",
                 Visibility = "visibility"
             };

Synopsis

Constructors

TableCellStyleProperty()

The table cell style for a cell in pivot table or table visual.

Properties

BackgroundColor

The background color for the table cells.

Border

The borders for the table cells.

FontConfiguration

The font configuration of the table cells.

Height

The height color for the table cells.

HorizontalTextAlignment

The horizontal text alignment (left, center, right, auto) for the table cells.

TextWrap

The text wrap (none, wrap) for the table cells.

VerticalTextAlignment

The vertical text alignment (top, middle, bottom) for the table cells.

Visibility

The visibility of the table cells.

Constructors

TableCellStyleProperty()

The table cell style for a cell in pivot table or table visual.

public TableCellStyleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellstyle.html

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.Mixins.Preview.AWS.QuickSight.Mixins;

             var tableCellStyleProperty = new TableCellStyleProperty {
                 BackgroundColor = "backgroundColor",
                 Border = new GlobalTableBorderOptionsProperty {
                     SideSpecificBorder = new TableSideBorderOptionsProperty {
                         Bottom = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         },
                         InnerHorizontal = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         },
                         InnerVertical = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         },
                         Left = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         },
                         Right = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         },
                         Top = new TableBorderOptionsProperty {
                             Color = "color",
                             Style = "style",
                             Thickness = 123
                         }
                     },
                     UniformBorder = new TableBorderOptionsProperty {
                         Color = "color",
                         Style = "style",
                         Thickness = 123
                     }
                 },
                 FontConfiguration = new FontConfigurationProperty {
                     FontColor = "fontColor",
                     FontDecoration = "fontDecoration",
                     FontFamily = "fontFamily",
                     FontSize = new FontSizeProperty {
                         Absolute = "absolute",
                         Relative = "relative"
                     },
                     FontStyle = "fontStyle",
                     FontWeight = new FontWeightProperty {
                         Name = "name"
                     }
                 },
                 Height = 123,
                 HorizontalTextAlignment = "horizontalTextAlignment",
                 TextWrap = "textWrap",
                 VerticalTextAlignment = "verticalTextAlignment",
                 Visibility = "visibility"
             };

Properties

BackgroundColor

The background color for the table cells.

public string? BackgroundColor { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellstyle.html#cfn-quicksight-template-tablecellstyle-backgroundcolor

Border

The borders for the table cells.

public object? Border { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellstyle.html#cfn-quicksight-template-tablecellstyle-border

Type union: either IResolvable or CfnTemplatePropsMixin.IGlobalTableBorderOptionsProperty

FontConfiguration

The font configuration of the table cells.

public object? FontConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellstyle.html#cfn-quicksight-template-tablecellstyle-fontconfiguration

Type union: either IResolvable or CfnTemplatePropsMixin.IFontConfigurationProperty

Height

The height color for the table cells.

public double? Height { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellstyle.html#cfn-quicksight-template-tablecellstyle-height

HorizontalTextAlignment

The horizontal text alignment (left, center, right, auto) for the table cells.

public string? HorizontalTextAlignment { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellstyle.html#cfn-quicksight-template-tablecellstyle-horizontaltextalignment

TextWrap

The text wrap (none, wrap) for the table cells.

public string? TextWrap { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellstyle.html#cfn-quicksight-template-tablecellstyle-textwrap

VerticalTextAlignment

The vertical text alignment (top, middle, bottom) for the table cells.

public string? VerticalTextAlignment { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellstyle.html#cfn-quicksight-template-tablecellstyle-verticaltextalignment

Visibility

The visibility of the table cells.

public string? Visibility { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablecellstyle.html#cfn-quicksight-template-tablecellstyle-visibility

Implements

CfnTemplatePropsMixin.ITableCellStyleProperty
Back to top Generated by DocFX