Show / Hide Table of Contents

Class CfnTemplate.FontSizeProperty

The option that determines the text display size.

Inheritance
System.Object
CfnTemplate.FontSizeProperty
Implements
CfnTemplate.IFontSizeProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class FontSizeProperty : Object, CfnTemplate.IFontSizeProperty
Syntax (vb)
Public Class FontSizeProperty
    Inherits Object
    Implements CfnTemplate.IFontSizeProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.AWS.QuickSight;

var fontSizeProperty = new FontSizeProperty {
    Relative = "relative"
};

Synopsis

Constructors

FontSizeProperty()

Properties

Relative

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

Constructors

FontSizeProperty()

public FontSizeProperty()

Properties

Relative

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

public string Relative { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnTemplate.IFontSizeProperty
Back to top Generated by DocFX