Class CfnTemplate.FontSizeProperty
The option that determines the text display size.
Inheritance
System.Object
CfnTemplate.FontSizeProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class FontSizeProperty : Object, CfnTemplate.IFontSizeProperty
Syntax (vb)
Public Class FontSizeProperty
Inherits Object
Implements CfnTemplate.IFontSizeProperty
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 fontSizeProperty = new FontSizeProperty {
Relative = "relative"
};
Synopsis
Constructors
FontSizeProperty() |
Properties
Relative | The lexical name for the text size, proportional to its surrounding context. |
Constructors
FontSizeProperty()
public FontSizeProperty()
Properties
Relative
The lexical name for the text size, proportional to its surrounding context.
public string Relative { get; set; }
Property Value
System.String