Show / Hide Table of Contents

Interface CfnTemplate.IFontWeightProperty

The option that determines the text display weight, or boldness.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IFontWeightProperty
Syntax (vb)
Public Interface CfnTemplate.IFontWeightProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-fontweight.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 fontWeightProperty = new FontWeightProperty {
                 Name = "name"
             };

Synopsis

Properties

Name

The lexical name for the level of boldness of the text display.

Properties

Name

The lexical name for the level of boldness of the text display.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-fontweight.html#cfn-quicksight-template-fontweight-name

Back to top Generated by DocFX