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 IDefaultTextAreaControlOptionsProperty
Syntax (vb)
Public Interface IDefaultTextAreaControlOptionsProperty
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.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",
FontSize = new FontSizeProperty {
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. |
Display |
The display options of a control. |
Properties
Delimiter
The delimiter that is used to separate the lines in text.
virtual string Delimiter { get; }
Property Value
System.
Remarks
DisplayOptions
The display options of a control.
virtual object DisplayOptions { get; }
Property Value
System.