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