Class CfnAnalysisPropsMixin.GeospatialNullSymbolStyleProperty
The symbol style for null data.
Inherited Members
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
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
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
Remarks
StrokeColor
The color and opacity values for the stroke color.
public string? StrokeColor { get; set; }
Property Value
Remarks
StrokeWidth
The width of the border stroke.
public double? StrokeWidth { get; set; }