Interface CfnAnalysisPropsMixin.IGeospatialMapStyleProperty
The map style properties for a map.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IGeospatialMapStyleProperty
Syntax (vb)
Public Interface 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
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. |
Properties
BackgroundColor
The background color and opacity values for a map.
string? BackgroundColor { get; }
Property Value
Remarks
BaseMapStyle
The selected base map style.
string? BaseMapStyle { get; }
Property Value
Remarks
BaseMapVisibility
The state of visibility for the base map.
string? BaseMapVisibility { get; }