Interface CfnTemplate.ISimpleClusterMarkerProperty
The simple cluster marker of the cluster marker.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISimpleClusterMarkerProperty
Syntax (vb)
Public Interface ISimpleClusterMarkerProperty
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 simpleClusterMarkerProperty = new SimpleClusterMarkerProperty {
Color = "color"
};
Synopsis
Properties
Color | The color of the simple cluster marker. |
Properties
Color
The color of the simple cluster marker.
virtual string Color { get; }
Property Value
System.