Show / Hide Table of Contents

Class CfnTheme.TypographyProperty

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-typography.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 typographyProperty = new TypographyProperty {
    FontFamilies = new [] { new FontProperty {
        FontFamily = "fontFamily"
    } }
};

Synopsis

Constructors

TypographyProperty()

Properties

FontFamilies

CfnTheme.TypographyProperty.FontFamilies.

Constructors

TypographyProperty()

public TypographyProperty()

Properties

FontFamilies

CfnTheme.TypographyProperty.FontFamilies.

public object FontFamilies { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-typography.html#cfn-quicksight-theme-typography-fontfamilies

Implements

CfnTheme.ITypographyProperty
Back to top Generated by DocFX