Interface CfnTemplatePropsMixin.ILoadingAnimationProperty
The configuration of loading animation in free-form layout.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.ILoadingAnimationProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.ILoadingAnimationProperty
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 loadingAnimationProperty = new LoadingAnimationProperty {
Visibility = "visibility"
};
Synopsis
Properties
| Visibility | The visibility configuration of |
Properties
Visibility
The visibility configuration of LoadingAnimation .
string? Visibility { get; }