Interface CfnDashboardPropsMixin.ISheetImageTooltipTextProperty
The text that appears in the sheet image tooltip.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ISheetImageTooltipTextProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.ISheetImageTooltipTextProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var sheetImageTooltipTextProperty = new SheetImageTooltipTextProperty {
PlainText = "plainText"
};
Synopsis
Properties
| PlainText | The plain text format. |
Properties
PlainText
The plain text format.
string? PlainText { get; }