Interface CfnDashboard.ISheetImageTooltipConfigurationProperty
The tooltip configuration for a sheet image.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISheetImageTooltipConfigurationProperty
Syntax (vb)
Public Interface ISheetImageTooltipConfigurationProperty
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 sheetImageTooltipConfigurationProperty = new SheetImageTooltipConfigurationProperty {
TooltipText = new SheetImageTooltipTextProperty {
PlainText = "plainText"
},
Visibility = "visibility"
};
Synopsis
Properties
Tooltip |
The text that appears in the tooltip. |
Visibility | The visibility of the tooltip. |
Properties
TooltipText
The text that appears in the tooltip.
virtual object TooltipText { get; }
Property Value
System.
Remarks
Visibility
The visibility of the tooltip.
virtual string Visibility { get; }
Property Value
System.