Interface CfnAnalysisPropsMixin.IShortFormatTextProperty
The text format for the title.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IShortFormatTextProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins;
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.