Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.DateTimePickerControlDisplayOptionsProperty

The display options of a control.

Inheritance
object
CfnAnalysisPropsMixin.DateTimePickerControlDisplayOptionsProperty
Implements
CfnAnalysisPropsMixin.IDateTimePickerControlDisplayOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datetimepickercontroldisplayoptions.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.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 DateTimePickerControlDisplayOptions .

DateTimeFormat

Customize how dates are formatted in controls.

HelperTextVisibility

The helper text visibility of the DateTimePickerControlDisplayOptions .

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datetimepickercontroldisplayoptions.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datetimepickercontroldisplayoptions.html#cfn-quicksight-analysis-datetimepickercontroldisplayoptions-dateiconvisibility

DateTimeFormat

Customize how dates are formatted in controls.

public string? DateTimeFormat { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datetimepickercontroldisplayoptions.html#cfn-quicksight-analysis-datetimepickercontroldisplayoptions-datetimeformat

HelperTextVisibility

The helper text visibility of the DateTimePickerControlDisplayOptions .

public string? HelperTextVisibility { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datetimepickercontroldisplayoptions.html#cfn-quicksight-analysis-datetimepickercontroldisplayoptions-helpertextvisibility

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-analysis-datetimepickercontroldisplayoptions.html#cfn-quicksight-analysis-datetimepickercontroldisplayoptions-infoiconlabeloptions

Type union: either IResolvable or CfnAnalysisPropsMixin.ISheetControlInfoIconLabelOptionsProperty

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-analysis-datetimepickercontroldisplayoptions.html#cfn-quicksight-analysis-datetimepickercontroldisplayoptions-titleoptions

Type union: either IResolvable or CfnAnalysisPropsMixin.ILabelOptionsProperty

Implements

CfnAnalysisPropsMixin.IDateTimePickerControlDisplayOptionsProperty
Back to top Generated by DocFX