Interface CfnTemplate.IVisualTitleLabelOptionsProperty
The title label options for a visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IVisualTitleLabelOptionsProperty
Syntax (vb)
Public Interface CfnTemplate.IVisualTitleLabelOptionsProperty
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 visualTitleLabelOptionsProperty = new VisualTitleLabelOptionsProperty {
FormatText = new ShortFormatTextProperty {
PlainText = "plainText",
RichText = "richText"
},
Visibility = "visibility"
};
Synopsis
Properties
FormatText | The short text format of the title label, such as plain text or rich text. |
Visibility | The visibility of the title label. |
Properties
FormatText
The short text format of the title label, such as plain text or rich text.
object? FormatText { get; }
Property Value
Remarks
Visibility
The visibility of the title label.
string? Visibility { get; }