Class CfnDashboardPropsMixin.NumericSeparatorConfigurationProperty
The options that determine the numeric separator configuration.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.NumericSeparatorConfigurationProperty : CfnDashboardPropsMixin.INumericSeparatorConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.NumericSeparatorConfigurationProperty Implements CfnDashboardPropsMixin.INumericSeparatorConfigurationProperty
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 numericSeparatorConfigurationProperty = new NumericSeparatorConfigurationProperty {
DecimalSeparator = "decimalSeparator",
ThousandsSeparator = new ThousandSeparatorOptionsProperty {
GroupingStyle = "groupingStyle",
Symbol = "symbol",
Visibility = "visibility"
}
};
Synopsis
Constructors
| NumericSeparatorConfigurationProperty() | The options that determine the numeric separator configuration. |
Properties
| DecimalSeparator | Determines the decimal separator. |
| ThousandsSeparator | The options that determine the thousands separator configuration. |
Constructors
NumericSeparatorConfigurationProperty()
The options that determine the numeric separator configuration.
public NumericSeparatorConfigurationProperty()
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 numericSeparatorConfigurationProperty = new NumericSeparatorConfigurationProperty {
DecimalSeparator = "decimalSeparator",
ThousandsSeparator = new ThousandSeparatorOptionsProperty {
GroupingStyle = "groupingStyle",
Symbol = "symbol",
Visibility = "visibility"
}
};
Properties
DecimalSeparator
Determines the decimal separator.
public string? DecimalSeparator { get; set; }
Property Value
Remarks
ThousandsSeparator
The options that determine the thousands separator configuration.
public object? ThousandsSeparator { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IThousandSeparatorOptionsProperty