Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-fontsize.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-fontsize.html#cfn-quicksight-dashboard-fontsize-absolute

Relative

The lexical name for the text size, proportional to its surrounding context.

string? Relative { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-fontsize.html#cfn-quicksight-dashboard-fontsize-relative

Back to top Generated by DocFX