Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IPanelTitleOptionsProperty

The options that determine the title styles for each small multiples panel.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-paneltitleoptions.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 panelTitleOptionsProperty = new PanelTitleOptionsProperty {
                 FontConfiguration = new FontConfigurationProperty {
                     FontColor = "fontColor",
                     FontDecoration = "fontDecoration",
                     FontFamily = "fontFamily",
                     FontSize = new FontSizeProperty {
                         Absolute = "absolute",
                         Relative = "relative"
                     },
                     FontStyle = "fontStyle",
                     FontWeight = new FontWeightProperty {
                         Name = "name"
                     }
                 },
                 HorizontalTextAlignment = "horizontalTextAlignment",
                 Visibility = "visibility"
             };

Synopsis

Properties

FontConfiguration

The options that determine the title styles for each small multiples panel.

HorizontalTextAlignment

Sets the horizontal text alignment of the title within each panel.

Visibility

Determines whether or not panel titles are displayed.

Properties

FontConfiguration

The options that determine the title styles for each small multiples panel.

object? FontConfiguration { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IFontConfigurationProperty

HorizontalTextAlignment

Sets the horizontal text alignment of the title within each panel.

string? HorizontalTextAlignment { get; }
Property Value

string

Remarks

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

Visibility

Determines whether or not panel titles are displayed.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX