Class CfnAnalysis.LongFormatTextProperty
The text format for a subtitle.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LongFormatTextProperty : Object, CfnAnalysis.ILongFormatTextProperty
Syntax (vb)
Public Class LongFormatTextProperty
Inherits Object
Implements CfnAnalysis.ILongFormatTextProperty
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.AWS.QuickSight;
var longFormatTextProperty = new LongFormatTextProperty {
PlainText = "plainText",
RichText = "richText"
};
Synopsis
Constructors
Long |
Properties
Plain |
Plain text format. |
Rich |
Rich text. |
Constructors
LongFormatTextProperty()
public LongFormatTextProperty()
Properties
PlainText
Plain text format.
public string PlainText { get; set; }
Property Value
System.
Remarks
RichText
Rich text.
public string RichText { get; set; }
Property Value
System.
Remarks
Examples of rich text include bold, underline, and italics.