Show / Hide Table of Contents

Class CfnDashboardPropsMixin.GeospatialCircleRadiusProperty

The geospatial radius for a circle.

Inheritance
object
CfnDashboardPropsMixin.GeospatialCircleRadiusProperty
Implements
CfnDashboardPropsMixin.IGeospatialCircleRadiusProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.GeospatialCircleRadiusProperty : CfnDashboardPropsMixin.IGeospatialCircleRadiusProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.GeospatialCircleRadiusProperty Implements 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

Constructors

GeospatialCircleRadiusProperty()

The geospatial radius for a circle.

Properties

Radius

The positive value for the radius of a circle.

Constructors

GeospatialCircleRadiusProperty()

The geospatial radius for a circle.

public GeospatialCircleRadiusProperty()
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
             };

Properties

Radius

The positive value for the radius of a circle.

public double? Radius { get; set; }
Property Value

double?

Remarks

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

Implements

CfnDashboardPropsMixin.IGeospatialCircleRadiusProperty
Back to top Generated by DocFX