Class CfnDashboard.ProgressBarOptionsProperty
The options that determine the presentation of the progress bar of a KPI visual.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ProgressBarOptionsProperty : Object, CfnDashboard.IProgressBarOptionsProperty
Syntax (vb)
Public Class ProgressBarOptionsProperty
Inherits Object
Implements CfnDashboard.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.AWS.QuickSight;
var progressBarOptionsProperty = new ProgressBarOptionsProperty {
Visibility = "visibility"
};
Synopsis
Constructors
Progress |
Properties
Visibility | The visibility of the progress bar. |
Constructors
ProgressBarOptionsProperty()
public ProgressBarOptionsProperty()
Properties
Visibility
The visibility of the progress bar.
public string Visibility { get; set; }
Property Value
System.