Show / Hide Table of Contents

Interface CfnTemplate.IDefaultTextAreaControlOptionsProperty

The default options that correspond to the TextArea filter control type.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaulttextareacontroloptions.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 defaultTextAreaControlOptionsProperty = new DefaultTextAreaControlOptionsProperty {
                 Delimiter = "delimiter",
                 DisplayOptions = new TextAreaControlDisplayOptionsProperty {
                     InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                         InfoIconText = "infoIconText",
                         Visibility = "visibility"
                     },
                     PlaceholderOptions = new TextControlPlaceholderOptionsProperty {
                         Visibility = "visibility"
                     },
                     TitleOptions = new LabelOptionsProperty {
                         CustomLabel = "customLabel",
                         FontConfiguration = new FontConfigurationProperty {
                             FontColor = "fontColor",
                             FontDecoration = "fontDecoration",
                             FontFamily = "fontFamily",
                             FontSize = new FontSizeProperty {
                                 Absolute = "absolute",
                                 Relative = "relative"
                             },
                             FontStyle = "fontStyle",
                             FontWeight = new FontWeightProperty {
                                 Name = "name"
                             }
                         },
                         Visibility = "visibility"
                     }
                 }
             };

Synopsis

Properties

Delimiter

The delimiter that is used to separate the lines in text.

DisplayOptions

The display options of a control.

Properties

Delimiter

The delimiter that is used to separate the lines in text.

string? Delimiter { get; }
Property Value

string

Remarks

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

DisplayOptions

The display options of a control.

object? DisplayOptions { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX