Interface CfnTemplate.ITableCellImageSizingConfigurationProperty
The sizing options for the table image configuration.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITableCellImageSizingConfigurationProperty
Syntax (vb)
Public Interface 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.AWS.QuickSight;
var tableCellImageSizingConfigurationProperty = new TableCellImageSizingConfigurationProperty {
TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
};
Synopsis
Properties
Table |
The cell scaling configuration of the sizing options for the table image configuration. |
Properties
TableCellImageScalingConfiguration
The cell scaling configuration of the sizing options for the table image configuration.
virtual string TableCellImageScalingConfiguration { get; }
Property Value
System.