Show / Hide Table of Contents

Class CfnTemplate.TextAreaControlDisplayOptionsProperty

The display options of a control.

Inheritance
object
CfnTemplate.TextAreaControlDisplayOptionsProperty
Implements
CfnTemplate.ITextAreaControlDisplayOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.TextAreaControlDisplayOptionsProperty : CfnTemplate.ITextAreaControlDisplayOptionsProperty
Syntax (vb)
Public Class CfnTemplate.TextAreaControlDisplayOptionsProperty Implements CfnTemplate.ITextAreaControlDisplayOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-textareacontroldisplayoptions.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 textAreaControlDisplayOptionsProperty = 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

Constructors

TextAreaControlDisplayOptionsProperty()

The display options of a control.

Properties

InfoIconLabelOptions

The configuration of info icon label options.

PlaceholderOptions

The configuration of the placeholder options in a text area control.

TitleOptions

The options to configure the title visibility, name, and font size.

Constructors

TextAreaControlDisplayOptionsProperty()

The display options of a control.

public TextAreaControlDisplayOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-textareacontroldisplayoptions.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 textAreaControlDisplayOptionsProperty = 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"
                 }
             };

Properties

InfoIconLabelOptions

The configuration of info icon label options.

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

object

Remarks

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

PlaceholderOptions

The configuration of the placeholder options in a text area control.

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

object

Remarks

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

TitleOptions

The options to configure the title visibility, name, and font size.

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

object

Remarks

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

Implements

CfnTemplate.ITextAreaControlDisplayOptionsProperty
Back to top Generated by DocFX