Class CfnTemplate.LoadingAnimationProperty
The configuration of loading animation in free-form layout.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LoadingAnimationProperty : Object, CfnTemplate.ILoadingAnimationProperty
Syntax (vb)
Public Class LoadingAnimationProperty
Inherits Object
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
Loading |
Properties
Visibility | The visibility configuration of |
Constructors
LoadingAnimationProperty()
public LoadingAnimationProperty()
Properties
Visibility
The visibility configuration of LoadingAnimation
.
public string Visibility { get; set; }
Property Value
System.