Interface CfnAnalysisPropsMixin.IGeospatialLineWidthProperty
The width properties for a line.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IGeospatialLineWidthProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IGeospatialLineWidthProperty
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 geospatialLineWidthProperty = new GeospatialLineWidthProperty {
LineWidth = 123
};
Synopsis
Properties
| LineWidth | The positive value for the width of a line. |
Properties
LineWidth
The positive value for the width of a line.
double? LineWidth { get; }