Show / Hide Table of Contents

Class CfnAnalysis.SectionLayoutConfigurationProperty

The layout configuration of a section.

Inheritance
object
CfnAnalysis.SectionLayoutConfigurationProperty
Implements
CfnAnalysis.ISectionLayoutConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.SectionLayoutConfigurationProperty : CfnAnalysis.ISectionLayoutConfigurationProperty
Syntax (vb)
Public Class CfnAnalysis.SectionLayoutConfigurationProperty Implements CfnAnalysis.ISectionLayoutConfigurationProperty
Remarks

See: 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()

The layout configuration of a section.

Properties

FreeFormLayout

The free-form layout configuration of a section.

Constructors

SectionLayoutConfigurationProperty()

The layout configuration of a section.

public SectionLayoutConfigurationProperty()
Remarks

See: 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"
                     } }
                 }
             };

Properties

FreeFormLayout

The free-form layout configuration of a section.

public object FreeFormLayout { get; set; }
Property Value

object

Remarks

See: 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