Class CfnTemplate.LoadingAnimationProperty
The configuration of loading animation in free-form layout.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.LoadingAnimationProperty : CfnTemplate.ILoadingAnimationProperty
Syntax (vb)
Public Class CfnTemplate.LoadingAnimationProperty Implements CfnTemplate.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.AWS.QuickSight;
var loadingAnimationProperty = new LoadingAnimationProperty {
Visibility = "visibility"
};
Synopsis
Constructors
LoadingAnimationProperty() | The configuration of loading animation in free-form layout. |
Properties
Visibility | The visibility configuration of |
Constructors
LoadingAnimationProperty()
The configuration of loading animation in free-form layout.
public LoadingAnimationProperty()
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 loadingAnimationProperty = new LoadingAnimationProperty {
Visibility = "visibility"
};
Properties
Visibility
The visibility configuration of LoadingAnimation
.
public string? Visibility { get; set; }