Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IProgressBarOptionsProperty

The options that determine the presentation of the progress bar of a KPI visual.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IProgressBarOptionsProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IProgressBarOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-progressbaroptions.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var progressBarOptionsProperty = new ProgressBarOptionsProperty {
                 Visibility = "visibility"
             };

Synopsis

Properties

Visibility

The visibility of the progress bar.

Properties

Visibility

The visibility of the progress bar.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX