Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcircleradius.html

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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcircleradius.html#cfn-quicksight-dashboard-geospatialcircleradius-radius

Back to top Generated by DocFX