Interface CfnDashboardPropsMixin.IPanelTitleOptionsProperty
The options that determine the title styles for each small multiples panel.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IPanelTitleOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IPanelTitleOptionsProperty
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.CfnPropertyMixins.AWS.QuickSight;
var panelTitleOptionsProperty = new PanelTitleOptionsProperty {
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontFamily = "fontFamily",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
HorizontalTextAlignment = "horizontalTextAlignment",
Visibility = "visibility"
};
Synopsis
Properties
| FontConfiguration | The options that determine the title styles for each small multiples panel. |
| HorizontalTextAlignment | Sets the horizontal text alignment of the title within each panel. |
| Visibility | Determines whether or not panel titles are displayed. |
Properties
FontConfiguration
The options that determine the title styles for each small multiples panel.
object? FontConfiguration { get; }
Property Value
Remarks
HorizontalTextAlignment
Sets the horizontal text alignment of the title within each panel.
string? HorizontalTextAlignment { get; }
Property Value
Remarks
Visibility
Determines whether or not panel titles are displayed.
string? Visibility { get; }