Show / Hide Table of Contents

Class CfnDashboardPropsMixin.FontSizeProperty

The option that determines the text display size.

Inheritance
object
CfnDashboardPropsMixin.FontSizeProperty
Implements
CfnDashboardPropsMixin.IFontSizeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.FontSizeProperty : CfnDashboardPropsMixin.IFontSizeProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.FontSizeProperty Implements CfnDashboardPropsMixin.IFontSizeProperty
Remarks

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

             var fontSizeProperty = new FontSizeProperty {
                 Absolute = "absolute",
                 Relative = "relative"
             };

Synopsis

Constructors

FontSizeProperty()

The option that determines the text display size.

Properties

Absolute

The font size that you want to use in px.

Relative

The lexical name for the text size, proportional to its surrounding context.

Constructors

FontSizeProperty()

The option that determines the text display size.

public FontSizeProperty()
Remarks

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

             var fontSizeProperty = new FontSizeProperty {
                 Absolute = "absolute",
                 Relative = "relative"
             };

Properties

Absolute

The font size that you want to use in px.

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

string

Remarks

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

Relative

The lexical name for the text size, proportional to its surrounding context.

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

string

Remarks

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

Implements

CfnDashboardPropsMixin.IFontSizeProperty
Back to top Generated by DocFX