Interface CfnTemplate.IVisualTitleLabelOptionsProperty
The title label options for a visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVisualTitleLabelOptionsProperty
Syntax (vb)
Public Interface 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
Format |
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.
virtual object FormatText { get; }
Property Value
System.
Remarks
Visibility
The visibility of the title label.
virtual string Visibility { get; }
Property Value
System.