Class CfnDashboardPropsMixin.BodySectionContentProperty
The configuration of content in a body section.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.BodySectionContentProperty : CfnDashboardPropsMixin.IBodySectionContentProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.BodySectionContentProperty Implements CfnDashboardPropsMixin.IBodySectionContentProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var bodySectionContentProperty = new BodySectionContentProperty {
Layout = new SectionLayoutConfigurationProperty {
FreeFormLayout = new FreeFormSectionLayoutConfigurationProperty {
Elements = new [] { new FreeFormLayoutElementProperty {
BackgroundStyle = new FreeFormLayoutElementBackgroundStyleProperty {
Color = "color",
Visibility = "visibility"
},
BorderRadius = "borderRadius",
BorderStyle = new FreeFormLayoutElementBorderStyleProperty {
Color = "color",
Visibility = "visibility",
Width = "width"
},
ElementId = "elementId",
ElementType = "elementType",
Height = "height",
LoadingAnimation = new LoadingAnimationProperty {
Visibility = "visibility"
},
Padding = "padding",
RenderingRules = new [] { new SheetElementRenderingRuleProperty {
ConfigurationOverrides = new SheetElementConfigurationOverridesProperty {
Visibility = "visibility"
},
Expression = "expression"
} },
SelectedBorderStyle = new FreeFormLayoutElementBorderStyleProperty {
Color = "color",
Visibility = "visibility",
Width = "width"
},
Visibility = "visibility",
Width = "width",
XAxisLocation = "xAxisLocation",
YAxisLocation = "yAxisLocation"
} }
}
}
};
Synopsis
Constructors
| BodySectionContentProperty() | The configuration of content in a body section. |
Properties
| Layout | The layout configuration of a body section. |
Constructors
BodySectionContentProperty()
The configuration of content in a body section.
public BodySectionContentProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var bodySectionContentProperty = new BodySectionContentProperty {
Layout = new SectionLayoutConfigurationProperty {
FreeFormLayout = new FreeFormSectionLayoutConfigurationProperty {
Elements = new [] { new FreeFormLayoutElementProperty {
BackgroundStyle = new FreeFormLayoutElementBackgroundStyleProperty {
Color = "color",
Visibility = "visibility"
},
BorderRadius = "borderRadius",
BorderStyle = new FreeFormLayoutElementBorderStyleProperty {
Color = "color",
Visibility = "visibility",
Width = "width"
},
ElementId = "elementId",
ElementType = "elementType",
Height = "height",
LoadingAnimation = new LoadingAnimationProperty {
Visibility = "visibility"
},
Padding = "padding",
RenderingRules = new [] { new SheetElementRenderingRuleProperty {
ConfigurationOverrides = new SheetElementConfigurationOverridesProperty {
Visibility = "visibility"
},
Expression = "expression"
} },
SelectedBorderStyle = new FreeFormLayoutElementBorderStyleProperty {
Color = "color",
Visibility = "visibility",
Width = "width"
},
Visibility = "visibility",
Width = "width",
XAxisLocation = "xAxisLocation",
YAxisLocation = "yAxisLocation"
} }
}
}
};
Properties
Layout
The layout configuration of a body section.
public object? Layout { get; set; }