Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.ISectionStyleProperty

The options that style a section.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ISectionStyleProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.ISectionStyleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sectionstyle.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.CfnPropertyMixins.AWS.QuickSight;

             var sectionStyleProperty = new SectionStyleProperty {
                 Height = "height",
                 Padding = new SpacingProperty {
                     Bottom = "bottom",
                     Left = "left",
                     Right = "right",
                     Top = "top"
                 }
             };

Synopsis

Properties

Height

The height of a section.

Padding

The spacing between section content and its top, bottom, left, and right edges.

Properties

Height

The height of a section.

string? Height { get; }
Property Value

string

Remarks

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

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

Padding

The spacing between section content and its top, bottom, left, and right edges.

object? Padding { get; }
Property Value

object

Remarks

There is no padding by default.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sectionstyle.html#cfn-quicksight-dashboard-sectionstyle-padding

Type union: either IResolvable or CfnDashboardPropsMixin.ISpacingProperty

Back to top Generated by DocFX