Class CfnAnalysis.SectionLayoutConfigurationProperty
The layout configuration of a section.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SectionLayoutConfigurationProperty : Object, CfnAnalysis.ISectionLayoutConfigurationProperty
Syntax (vb)
Public Class SectionLayoutConfigurationProperty
Inherits Object
Implements CfnAnalysis.ISectionLayoutConfigurationProperty
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 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
Section |
Properties
Free |
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.