Show / Hide Table of Contents

Class CfnAnalysis.SectionLayoutConfigurationProperty

The layout configuration of a section.

Inheritance
System.Object
CfnAnalysis.SectionLayoutConfigurationProperty
Implements
CfnAnalysis.ISectionLayoutConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class SectionLayoutConfigurationProperty : Object, CfnAnalysis.ISectionLayoutConfigurationProperty
Syntax (vb)
Public Class SectionLayoutConfigurationProperty
    Inherits Object
    Implements CfnAnalysis.ISectionLayoutConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sectionlayoutconfiguration.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.AWS.QuickSight;

var sectionLayoutConfigurationProperty = new SectionLayoutConfigurationProperty {
    FreeFormLayout = new FreeFormSectionLayoutConfigurationProperty {
        Elements = new [] { new FreeFormLayoutElementProperty {
            ElementId = "elementId",
            ElementType = "elementType",
            Height = "height",
            Width = "width",
            XAxisLocation = "xAxisLocation",
            YAxisLocation = "yAxisLocation",

            // the properties below are optional
            BackgroundStyle = new FreeFormLayoutElementBackgroundStyleProperty {
                Color = "color",
                Visibility = "visibility"
            },
            BorderStyle = new FreeFormLayoutElementBorderStyleProperty {
                Color = "color",
                Visibility = "visibility"
            },
            LoadingAnimation = new LoadingAnimationProperty {
                Visibility = "visibility"
            },
            RenderingRules = new [] { new SheetElementRenderingRuleProperty {
                ConfigurationOverrides = new SheetElementConfigurationOverridesProperty {
                    Visibility = "visibility"
                },
                Expression = "expression"
            } },
            SelectedBorderStyle = new FreeFormLayoutElementBorderStyleProperty {
                Color = "color",
                Visibility = "visibility"
            },
            Visibility = "visibility"
        } }
    }
};

Synopsis

Constructors

SectionLayoutConfigurationProperty()

Properties

FreeFormLayout

The free-form layout configuration of a section.

Constructors

SectionLayoutConfigurationProperty()

public SectionLayoutConfigurationProperty()

Properties

FreeFormLayout

The free-form layout configuration of a section.

public object FreeFormLayout { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sectionlayoutconfiguration.html#cfn-quicksight-analysis-sectionlayoutconfiguration-freeformlayout

Implements

CfnAnalysis.ISectionLayoutConfigurationProperty
Back to top Generated by DocFX