Class CfnDashboard.DateTimePickerControlDisplayOptionsProperty
The display options of a control.
Inheritance
System.Object
CfnDashboard.DateTimePickerControlDisplayOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class DateTimePickerControlDisplayOptionsProperty : Object, CfnDashboard.IDateTimePickerControlDisplayOptionsProperty
Syntax (vb)
Public Class DateTimePickerControlDisplayOptionsProperty
Inherits Object
Implements CfnDashboard.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.AWS.QuickSight;
var dateTimePickerControlDisplayOptionsProperty = new DateTimePickerControlDisplayOptionsProperty {
DateTimeFormat = "dateTimeFormat",
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
Constructors
DateTimePickerControlDisplayOptionsProperty() |
Properties
DateTimeFormat | Customize how dates are formatted in controls. |
TitleOptions | The options to configure the title visibility, name, and font size. |
Constructors
DateTimePickerControlDisplayOptionsProperty()
public DateTimePickerControlDisplayOptionsProperty()
Properties
DateTimeFormat
Customize how dates are formatted in controls.
public string DateTimeFormat { get; set; }
Property Value
System.String
Remarks
TitleOptions
The options to configure the title visibility, name, and font size.
public object TitleOptions { get; set; }
Property Value
System.Object