Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IDefaultTextFieldControlOptionsProperty

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

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IDefaultTextFieldControlOptionsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IDefaultTextFieldControlOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaulttextfieldcontroloptions.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 defaultTextFieldControlOptionsProperty = new DefaultTextFieldControlOptionsProperty {
                 DisplayOptions = new TextFieldControlDisplayOptionsProperty {
                     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

DisplayOptions

The display options of a control.

Properties

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-defaulttextfieldcontroloptions.html#cfn-quicksight-template-defaulttextfieldcontroloptions-displayoptions

Type union: either IResolvable or CfnTemplatePropsMixin.ITextFieldControlDisplayOptionsProperty

Back to top Generated by DocFX