Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallinewidth.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 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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallinewidth.html#cfn-quicksight-analysis-geospatiallinewidth-linewidth

Back to top Generated by DocFX