Interface CfnDashboardPropsMixin.IFontSizeProperty
The option that determines the text display size.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IFontSizeProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IFontSizeProperty
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 fontSizeProperty = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
};
Synopsis
Properties
| Absolute | The font size that you want to use in px. |
| Relative | The lexical name for the text size, proportional to its surrounding context. |
Properties
Absolute
The font size that you want to use in px.
string? Absolute { get; }
Property Value
Remarks
Relative
The lexical name for the text size, proportional to its surrounding context.
string? Relative { get; }