Interface CfnDashboardPropsMixin.ISheetImageScalingConfigurationProperty
Determines how the image is scaled.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ISheetImageScalingConfigurationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.ISheetImageScalingConfigurationProperty
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 sheetImageScalingConfigurationProperty = new SheetImageScalingConfigurationProperty {
ScalingType = "scalingType"
};
Synopsis
Properties
| ScalingType | The scaling option to use when fitting the image inside the container. |
Properties
ScalingType
The scaling option to use when fitting the image inside the container.
string? ScalingType { get; }