interface FontSizeProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.FontSizeProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.FontSizeProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.FontSizeProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » FontSizeProperty |
The option that determines the text display size.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const fontSizeProperty: quicksight.CfnTemplate.FontSizeProperty = {
relative: 'relative',
};
Properties
Name | Type | Description |
---|---|---|
relative? | string | The lexical name for the text size, proportional to its surrounding context. |
relative?
Type:
string
(optional)
The lexical name for the text size, proportional to its surrounding context.