Class CfnTemplate.RangeEndsLabelTypeProperty
The range ends label type of a data path label.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RangeEndsLabelTypeProperty : Object, CfnTemplate.IRangeEndsLabelTypeProperty
Syntax (vb)
Public Class RangeEndsLabelTypeProperty
Inherits Object
Implements CfnTemplate.IRangeEndsLabelTypeProperty
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.AWS.QuickSight;
var rangeEndsLabelTypeProperty = new RangeEndsLabelTypeProperty {
Visibility = "visibility"
};
Synopsis
Constructors
Range |
Properties
Visibility | The visibility of the range ends label. |
Constructors
RangeEndsLabelTypeProperty()
public RangeEndsLabelTypeProperty()
Properties
Visibility
The visibility of the range ends label.
public string Visibility { get; set; }
Property Value
System.