Class CfnAnalysisPropsMixin.GeospatialPolygonLayerProperty
The geospatial polygon layer.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.GeospatialPolygonLayerProperty : CfnAnalysisPropsMixin.IGeospatialPolygonLayerProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GeospatialPolygonLayerProperty Implements CfnAnalysisPropsMixin.IGeospatialPolygonLayerProperty
Remarks
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 geospatialPolygonLayerProperty = new GeospatialPolygonLayerProperty {
Style = new GeospatialPolygonStyleProperty {
PolygonSymbolStyle = 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
| GeospatialPolygonLayerProperty() | The geospatial polygon layer. |
Properties
| Style | The visualization style for a polygon layer. |
Constructors
GeospatialPolygonLayerProperty()
The geospatial polygon layer.
public GeospatialPolygonLayerProperty()
Remarks
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 geospatialPolygonLayerProperty = new GeospatialPolygonLayerProperty {
Style = new GeospatialPolygonStyleProperty {
PolygonSymbolStyle = 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
Style
The visualization style for a polygon layer.
public object? Style { get; set; }