Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.GeospatialNullSymbolStyleProperty

The symbol style for null data.

Inheritance
object
CfnAnalysisPropsMixin.GeospatialNullSymbolStyleProperty
Implements
CfnAnalysisPropsMixin.IGeospatialNullSymbolStyleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.GeospatialNullSymbolStyleProperty : CfnAnalysisPropsMixin.IGeospatialNullSymbolStyleProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GeospatialNullSymbolStyleProperty Implements CfnAnalysisPropsMixin.IGeospatialNullSymbolStyleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialnullsymbolstyle.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var geospatialNullSymbolStyleProperty = new GeospatialNullSymbolStyleProperty {
                 FillColor = "fillColor",
                 StrokeColor = "strokeColor",
                 StrokeWidth = 123
             };

Synopsis

Constructors

GeospatialNullSymbolStyleProperty()

The symbol style for null data.

Properties

FillColor

The color and opacity values for the fill color.

StrokeColor

The color and opacity values for the stroke color.

StrokeWidth

The width of the border stroke.

Constructors

GeospatialNullSymbolStyleProperty()

The symbol style for null data.

public GeospatialNullSymbolStyleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialnullsymbolstyle.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var geospatialNullSymbolStyleProperty = new GeospatialNullSymbolStyleProperty {
                 FillColor = "fillColor",
                 StrokeColor = "strokeColor",
                 StrokeWidth = 123
             };

Properties

FillColor

The color and opacity values for the fill color.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialnullsymbolstyle.html#cfn-quicksight-analysis-geospatialnullsymbolstyle-fillcolor

StrokeColor

The color and opacity values for the stroke color.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialnullsymbolstyle.html#cfn-quicksight-analysis-geospatialnullsymbolstyle-strokecolor

StrokeWidth

The width of the border stroke.

public double? StrokeWidth { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialnullsymbolstyle.html#cfn-quicksight-analysis-geospatialnullsymbolstyle-strokewidth

Implements

CfnAnalysisPropsMixin.IGeospatialNullSymbolStyleProperty
Back to top Generated by DocFX