Class CfnAnalysisPropsMixin.DateTimePickerControlDisplayOptionsProperty
The display options of a control.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.DateTimePickerControlDisplayOptionsProperty : CfnAnalysisPropsMixin.IDateTimePickerControlDisplayOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.DateTimePickerControlDisplayOptionsProperty Implements CfnAnalysisPropsMixin.IDateTimePickerControlDisplayOptionsProperty
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.CfnPropertyMixins.AWS.QuickSight;
var dateTimePickerControlDisplayOptionsProperty = new DateTimePickerControlDisplayOptionsProperty {
DateIconVisibility = "dateIconVisibility",
DateTimeFormat = "dateTimeFormat",
HelperTextVisibility = "helperTextVisibility",
InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
InfoIconText = "infoIconText",
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
| DateTimePickerControlDisplayOptionsProperty() | The display options of a control. |
Properties
| DateIconVisibility | The date icon visibility of the |
| DateTimeFormat | Customize how dates are formatted in controls. |
| HelperTextVisibility | The helper text visibility of the |
| InfoIconLabelOptions | The configuration of info icon label options. |
| TitleOptions | The options to configure the title visibility, name, and font size. |
Constructors
DateTimePickerControlDisplayOptionsProperty()
The display options of a control.
public DateTimePickerControlDisplayOptionsProperty()
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.CfnPropertyMixins.AWS.QuickSight;
var dateTimePickerControlDisplayOptionsProperty = new DateTimePickerControlDisplayOptionsProperty {
DateIconVisibility = "dateIconVisibility",
DateTimeFormat = "dateTimeFormat",
HelperTextVisibility = "helperTextVisibility",
InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
InfoIconText = "infoIconText",
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
DateIconVisibility
The date icon visibility of the DateTimePickerControlDisplayOptions .
public string? DateIconVisibility { get; set; }
Property Value
Remarks
DateTimeFormat
Customize how dates are formatted in controls.
public string? DateTimeFormat { get; set; }
Property Value
Remarks
HelperTextVisibility
The helper text visibility of the DateTimePickerControlDisplayOptions .
public string? HelperTextVisibility { get; set; }
Property Value
Remarks
InfoIconLabelOptions
The configuration of info icon label options.
public object? InfoIconLabelOptions { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAnalysisPropsMixin.ISheetControlInfoIconLabelOptionsProperty
TitleOptions
The options to configure the title visibility, name, and font size.
public object? TitleOptions { get; set; }