Interface CfnAnalysis.ISheetControlInfoIconLabelOptionsProperty
A control to display info icons for filters and parameters.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISheetControlInfoIconLabelOptionsProperty
Syntax (vb)
Public Interface ISheetControlInfoIconLabelOptionsProperty
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 sheetControlInfoIconLabelOptionsProperty = new SheetControlInfoIconLabelOptionsProperty {
InfoIconText = "infoIconText",
Visibility = "visibility"
};
Synopsis
Properties
Info |
The text content of info icon. |
Visibility | The visibility configuration of info icon label options. |
Properties
InfoIconText
The text content of info icon.
virtual string InfoIconText { get; }
Property Value
System.
Remarks
Visibility
The visibility configuration of info icon label options.
virtual string Visibility { get; }
Property Value
System.