Class CfnDashboard.FontWeightProperty
The option that determines the text display weight, or boldness.
Implements
Inherited Members
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
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
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; }