Interface CfnDashboardPropsMixin.IGeospatialCircleRadiusProperty
The geospatial radius for a circle.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IGeospatialCircleRadiusProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IGeospatialCircleRadiusProperty
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 geospatialCircleRadiusProperty = new GeospatialCircleRadiusProperty {
Radius = 123
};
Synopsis
Properties
| Radius | The positive value for the radius of a circle. |
Properties
Radius
The positive value for the radius of a circle.
double? Radius { get; }