Show / Hide Table of Contents

Class CfnAnalysis.LabelOptionsProperty

The share label options for the labels.

Inheritance
System.Object
CfnAnalysis.LabelOptionsProperty
Implements
CfnAnalysis.ILabelOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class LabelOptionsProperty : Object, CfnAnalysis.ILabelOptionsProperty
Syntax (vb)
Public Class LabelOptionsProperty
    Inherits Object
    Implements CfnAnalysis.ILabelOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-labeloptions.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 labelOptionsProperty = new LabelOptionsProperty {
    CustomLabel = "customLabel",
    FontConfiguration = new FontConfigurationProperty {
        FontColor = "fontColor",
        FontDecoration = "fontDecoration",
        FontSize = new FontSizeProperty {
            Relative = "relative"
        },
        FontStyle = "fontStyle",
        FontWeight = new FontWeightProperty {
            Name = "name"
        }
    },
    Visibility = "visibility"
};

Synopsis

Constructors

LabelOptionsProperty()

Properties

CustomLabel

The text for the label.

FontConfiguration

The font configuration of the label.

Visibility

Determines whether or not the label is visible.

Constructors

LabelOptionsProperty()

public LabelOptionsProperty()

Properties

CustomLabel

The text for the label.

public string CustomLabel { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-labeloptions.html#cfn-quicksight-analysis-labeloptions-customlabel

FontConfiguration

The font configuration of the label.

public object FontConfiguration { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-labeloptions.html#cfn-quicksight-analysis-labeloptions-fontconfiguration

Visibility

Determines whether or not the label is visible.

public string Visibility { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-labeloptions.html#cfn-quicksight-analysis-labeloptions-visibility

Implements

CfnAnalysis.ILabelOptionsProperty
Back to top Generated by DocFX