Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty

The polygon symbol style for a polygon layer.

Inheritance
object
CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty
Implements
CfnAnalysisPropsMixin.IGeospatialPolygonSymbolStyleProperty
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.GeospatialPolygonSymbolStyleProperty : CfnAnalysisPropsMixin.IGeospatialPolygonSymbolStyleProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty Implements CfnAnalysisPropsMixin.IGeospatialPolygonSymbolStyleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialpolygonsymbolstyle.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 geospatialPolygonSymbolStyleProperty = new GeospatialPolygonSymbolStyleProperty {
                 FillColor = new GeospatialColorProperty {
                     Categorical = new GeospatialCategoricalColorProperty {
                         CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                             Color = "color",
                             DataValue = "dataValue"
                         } },
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility"
                     },
                     Gradient = new GeospatialGradientColorProperty {
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility",
                         StepColors = new [] { new GeospatialGradientStepColorProperty {
                             Color = "color",
                             DataValue = 123
                         } }
                     },
                     Solid = new GeospatialSolidColorProperty {
                         Color = "color",
                         State = "state"
                     }
                 },
                 StrokeColor = new GeospatialColorProperty {
                     Categorical = new GeospatialCategoricalColorProperty {
                         CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                             Color = "color",
                             DataValue = "dataValue"
                         } },
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility"
                     },
                     Gradient = new GeospatialGradientColorProperty {
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility",
                         StepColors = new [] { new GeospatialGradientStepColorProperty {
                             Color = "color",
                             DataValue = 123
                         } }
                     },
                     Solid = new GeospatialSolidColorProperty {
                         Color = "color",
                         State = "state"
                     }
                 },
                 StrokeWidth = new GeospatialLineWidthProperty {
                     LineWidth = 123
                 }
             };

Synopsis

Constructors

GeospatialPolygonSymbolStyleProperty()

The polygon symbol style for a polygon layer.

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

GeospatialPolygonSymbolStyleProperty()

The polygon symbol style for a polygon layer.

public GeospatialPolygonSymbolStyleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialpolygonsymbolstyle.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 geospatialPolygonSymbolStyleProperty = new GeospatialPolygonSymbolStyleProperty {
                 FillColor = new GeospatialColorProperty {
                     Categorical = new GeospatialCategoricalColorProperty {
                         CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                             Color = "color",
                             DataValue = "dataValue"
                         } },
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility"
                     },
                     Gradient = new GeospatialGradientColorProperty {
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility",
                         StepColors = new [] { new GeospatialGradientStepColorProperty {
                             Color = "color",
                             DataValue = 123
                         } }
                     },
                     Solid = new GeospatialSolidColorProperty {
                         Color = "color",
                         State = "state"
                     }
                 },
                 StrokeColor = new GeospatialColorProperty {
                     Categorical = new GeospatialCategoricalColorProperty {
                         CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                             Color = "color",
                             DataValue = "dataValue"
                         } },
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility"
                     },
                     Gradient = new GeospatialGradientColorProperty {
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility",
                         StepColors = new [] { new GeospatialGradientStepColorProperty {
                             Color = "color",
                             DataValue = 123
                         } }
                     },
                     Solid = new GeospatialSolidColorProperty {
                         Color = "color",
                         State = "state"
                     }
                 },
                 StrokeWidth = new GeospatialLineWidthProperty {
                     LineWidth = 123
                 }
             };

Properties

FillColor

The color and opacity values for the fill color.

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

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IGeospatialColorProperty

StrokeColor

The color and opacity values for the stroke color.

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

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IGeospatialColorProperty

StrokeWidth

The width of the border stroke.

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

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IGeospatialLineWidthProperty

Implements

CfnAnalysisPropsMixin.IGeospatialPolygonSymbolStyleProperty
Back to top Generated by DocFX