Class CfnAnalysisPropsMixin.GeospatialMapStyleProperty
The map style properties for a map.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.GeospatialMapStyleProperty : CfnAnalysisPropsMixin.IGeospatialMapStyleProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GeospatialMapStyleProperty Implements CfnAnalysisPropsMixin.IGeospatialMapStyleProperty
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 geospatialMapStyleProperty = new GeospatialMapStyleProperty {
BackgroundColor = "backgroundColor",
BaseMapStyle = "baseMapStyle",
BaseMapVisibility = "baseMapVisibility"
};
Synopsis
Constructors
| GeospatialMapStyleProperty() | The map style properties for a map. |
Properties
| BackgroundColor | The background color and opacity values for a map. |
| BaseMapStyle | The selected base map style. |
| BaseMapVisibility | The state of visibility for the base map. |
Constructors
GeospatialMapStyleProperty()
The map style properties for a map.
public GeospatialMapStyleProperty()
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 geospatialMapStyleProperty = new GeospatialMapStyleProperty {
BackgroundColor = "backgroundColor",
BaseMapStyle = "baseMapStyle",
BaseMapVisibility = "baseMapVisibility"
};
Properties
BackgroundColor
The background color and opacity values for a map.
public string? BackgroundColor { get; set; }
Property Value
Remarks
BaseMapStyle
The selected base map style.
public string? BaseMapStyle { get; set; }
Property Value
Remarks
BaseMapVisibility
The state of visibility for the base map.
public string? BaseMapVisibility { get; set; }