Show / Hide Table of Contents

Interface CfnAnalysis.ILoadingAnimationProperty

The configuration of loading animation in free-form layout.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.ILoadingAnimationProperty
Syntax (vb)
Public Interface CfnAnalysis.ILoadingAnimationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-loadinganimation.html

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

Properties

Visibility

The visibility configuration of LoadingAnimation .

Properties

Visibility

The visibility configuration of LoadingAnimation .

string? Visibility { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-loadinganimation.html#cfn-quicksight-analysis-loadinganimation-visibility

Back to top Generated by DocFX