Interface CfnTemplatePropsMixin.IShortFormatTextProperty
The text format for the title.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IShortFormatTextProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IShortFormatTextProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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.CfnPropertyMixins.AWS.QuickSight;
var shortFormatTextProperty = new ShortFormatTextProperty {
PlainText = "plainText",
RichText = "richText"
};
Synopsis
Properties
| PlainText | Plain text format. |
| RichText | Rich text. |
Properties
PlainText
Plain text format.
string? PlainText { get; }
Property Value
Remarks
RichText
Rich text.
string? RichText { get; }
Property Value
Remarks
Examples of rich text include bold, underline, and italics.