Interface CfnDashboard.IScrollBarOptionsProperty
The visual display options for a data zoom scroll bar.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IScrollBarOptionsProperty
Syntax (vb)
Public Interface IScrollBarOptionsProperty
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 scrollBarOptionsProperty = new ScrollBarOptionsProperty {
Visibility = "visibility",
VisibleRange = new VisibleRangeOptionsProperty {
PercentRange = new PercentVisibleRangeProperty {
From = 123,
To = 123
}
}
};
Synopsis
Properties
Visibility | The visibility of the data zoom scroll bar. |
Visible |
The visibility range for the data zoom scroll bar. |
Properties
Visibility
The visibility of the data zoom scroll bar.
virtual string Visibility { get; }
Property Value
System.
Remarks
VisibleRange
The visibility range for the data zoom scroll bar.
virtual object VisibleRange { get; }
Property Value
System.