Class CfnDashboardPropsMixin.TextControlPlaceholderOptionsProperty
The configuration of the placeholder options in a text control.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.TextControlPlaceholderOptionsProperty : CfnDashboardPropsMixin.ITextControlPlaceholderOptionsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.TextControlPlaceholderOptionsProperty Implements CfnDashboardPropsMixin.ITextControlPlaceholderOptionsProperty
Remarks
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 textControlPlaceholderOptionsProperty = new TextControlPlaceholderOptionsProperty {
Visibility = "visibility"
};
Synopsis
Constructors
| TextControlPlaceholderOptionsProperty() | The configuration of the placeholder options in a text control. |
Properties
| Visibility | The visibility configuration of the placeholder options in a text control. |
Constructors
TextControlPlaceholderOptionsProperty()
The configuration of the placeholder options in a text control.
public TextControlPlaceholderOptionsProperty()
Remarks
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 textControlPlaceholderOptionsProperty = new TextControlPlaceholderOptionsProperty {
Visibility = "visibility"
};
Properties
Visibility
The visibility configuration of the placeholder options in a text control.
public string? Visibility { get; set; }