Class CfnAnalysisPropsMixin.TableCellImageSizingConfigurationProperty
The sizing options for the table image configuration.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.TableCellImageSizingConfigurationProperty : CfnAnalysisPropsMixin.ITableCellImageSizingConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TableCellImageSizingConfigurationProperty Implements CfnAnalysisPropsMixin.ITableCellImageSizingConfigurationProperty
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 tableCellImageSizingConfigurationProperty = new TableCellImageSizingConfigurationProperty {
TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
};
Synopsis
Constructors
| TableCellImageSizingConfigurationProperty() | The sizing options for the table image configuration. |
Properties
| TableCellImageScalingConfiguration | The cell scaling configuration of the sizing options for the table image configuration. |
Constructors
TableCellImageSizingConfigurationProperty()
The sizing options for the table image configuration.
public TableCellImageSizingConfigurationProperty()
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 tableCellImageSizingConfigurationProperty = new TableCellImageSizingConfigurationProperty {
TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
};
Properties
TableCellImageScalingConfiguration
The cell scaling configuration of the sizing options for the table image configuration.
public string? TableCellImageScalingConfiguration { get; set; }