Interface CfnDashboardPropsMixin.IProgressBarOptionsProperty
The options that determine the presentation of the progress bar of a KPI visual.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IProgressBarOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IProgressBarOptionsProperty
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.CfnPropertyMixins.AWS.QuickSight;
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; }