Show / Hide Table of Contents

Interface CfnTemplate.IVisualTitleLabelOptionsProperty

The title label options for a visual.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IVisualTitleLabelOptionsProperty
Syntax (vb)
Public Interface CfnTemplate.IVisualTitleLabelOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visualtitlelabeloptions.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 visualTitleLabelOptionsProperty = new VisualTitleLabelOptionsProperty {
                 FormatText = new ShortFormatTextProperty {
                     PlainText = "plainText",
                     RichText = "richText"
                 },
                 Visibility = "visibility"
             };

Synopsis

Properties

FormatText

The short text format of the title label, such as plain text or rich text.

Visibility

The visibility of the title label.

Properties

FormatText

The short text format of the title label, such as plain text or rich text.

object? FormatText { get; }
Property Value

object

Remarks

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

Visibility

The visibility of the title label.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX