Class CfnDashboard.FontWeightProperty
The option that determines the text display weight, or boldness.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FontWeightProperty : Object, CfnDashboard.IFontWeightProperty
Syntax (vb)
Public Class FontWeightProperty
Inherits Object
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
Font |
Properties
Name | The lexical name for the level of boldness of the text display. |
Constructors
FontWeightProperty()
public FontWeightProperty()
Properties
Name
The lexical name for the level of boldness of the text display.
public string Name { get; set; }
Property Value
System.