Show / Hide Table of Contents

Class CfnTemplatePropsMixin.PanelTitleOptionsProperty

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

Inheritance
object
CfnTemplatePropsMixin.PanelTitleOptionsProperty
Implements
CfnTemplatePropsMixin.IPanelTitleOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.PanelTitleOptionsProperty : CfnTemplatePropsMixin.IPanelTitleOptionsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.PanelTitleOptionsProperty Implements CfnTemplatePropsMixin.IPanelTitleOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.Mixins.Preview.AWS.QuickSight.Mixins;

             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

Constructors

PanelTitleOptionsProperty()

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

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.

Constructors

PanelTitleOptionsProperty()

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

public PanelTitleOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.Mixins.Preview.AWS.QuickSight.Mixins;

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

Properties

FontConfiguration

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

public object? FontConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IFontConfigurationProperty

HorizontalTextAlignment

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

public string? HorizontalTextAlignment { get; set; }
Property Value

string

Remarks

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

Visibility

Determines whether or not panel titles are displayed.

public string? Visibility { get; set; }
Property Value

string

Remarks

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

Implements

CfnTemplatePropsMixin.IPanelTitleOptionsProperty
Back to top Generated by DocFX