Show / Hide Table of Contents

Class CfnTemplatePropsMixin.ArcOptionsProperty

The options that determine the arc thickness of a GaugeChartVisual .

Inheritance
object
CfnTemplatePropsMixin.ArcOptionsProperty
Implements
CfnTemplatePropsMixin.IArcOptionsProperty
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 CfnTemplatePropsMixin.ArcOptionsProperty : CfnTemplatePropsMixin.IArcOptionsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.ArcOptionsProperty Implements CfnTemplatePropsMixin.IArcOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-arcoptions.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 arcOptionsProperty = new ArcOptionsProperty {
                 ArcThickness = "arcThickness"
             };

Synopsis

Constructors

ArcOptionsProperty()

The options that determine the arc thickness of a GaugeChartVisual .

Properties

ArcThickness

The arc thickness of a GaugeChartVisual .

Constructors

ArcOptionsProperty()

The options that determine the arc thickness of a GaugeChartVisual .

public ArcOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-arcoptions.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 arcOptionsProperty = new ArcOptionsProperty {
                 ArcThickness = "arcThickness"
             };

Properties

ArcThickness

The arc thickness of a GaugeChartVisual .

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-arcoptions.html#cfn-quicksight-template-arcoptions-arcthickness

Implements

CfnTemplatePropsMixin.IArcOptionsProperty
Back to top Generated by DocFX