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