Show / Hide Table of Contents

Interface CfnDashboard.ISliderControlDisplayOptionsProperty

The display options of a control.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.ISliderControlDisplayOptionsProperty
Syntax (vb)
Public Interface CfnDashboard.ISliderControlDisplayOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-slidercontroldisplayoptions.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.AWS.QuickSight;

             var sliderControlDisplayOptionsProperty = new SliderControlDisplayOptionsProperty {
                 InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                     InfoIconText = "infoIconText",
                     Visibility = "visibility"
                 },
                 TitleOptions = new LabelOptionsProperty {
                     CustomLabel = "customLabel",
                     FontConfiguration = new FontConfigurationProperty {
                         FontColor = "fontColor",
                         FontDecoration = "fontDecoration",
                         FontFamily = "fontFamily",
                         FontSize = new FontSizeProperty {
                             Absolute = "absolute",
                             Relative = "relative"
                         },
                         FontStyle = "fontStyle",
                         FontWeight = new FontWeightProperty {
                             Name = "name"
                         }
                     },
                     Visibility = "visibility"
                 }
             };

Synopsis

Properties

InfoIconLabelOptions

The configuration of info icon label options.

TitleOptions

The options to configure the title visibility, name, and font size.

Properties

InfoIconLabelOptions

The configuration of info icon label options.

object? InfoIconLabelOptions { get; }
Property Value

object

Remarks

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

TitleOptions

The options to configure the title visibility, name, and font size.

object? TitleOptions { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX