Show / Hide Table of Contents

Class CfnDashboard.FontWeightProperty

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

Inheritance
object
CfnDashboard.FontWeightProperty
Implements
CfnDashboard.IFontWeightProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.FontWeightProperty : CfnDashboard.IFontWeightProperty
Syntax (vb)
Public Class CfnDashboard.FontWeightProperty Implements CfnDashboard.IFontWeightProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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

Constructors

FontWeightProperty()

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

Properties

Name

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

Constructors

FontWeightProperty()

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

public FontWeightProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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"
             };

Properties

Name

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

public string? Name { get; set; }
Property Value

string

Remarks

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

Implements

CfnDashboard.IFontWeightProperty
Back to top Generated by DocFX