Class CfnAnalysisPropsMixin.SheetImageTooltipTextProperty
The text that appears in the sheet image tooltip.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.SheetImageTooltipTextProperty : CfnAnalysisPropsMixin.ISheetImageTooltipTextProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.SheetImageTooltipTextProperty Implements CfnAnalysisPropsMixin.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
Constructors
| SheetImageTooltipTextProperty() | The text that appears in the sheet image tooltip. |
Properties
| PlainText | The plain text format. |
Constructors
SheetImageTooltipTextProperty()
The text that appears in the sheet image tooltip.
public SheetImageTooltipTextProperty()
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"
};
Properties
PlainText
The plain text format.
public string? PlainText { get; set; }