Interface CfnDashboard.ISliderControlDisplayOptionsProperty
The display options of a control.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISliderControlDisplayOptionsProperty
Syntax (vb)
Public Interface ISliderControlDisplayOptionsProperty
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 sliderControlDisplayOptionsProperty = new SliderControlDisplayOptionsProperty {
InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
InfoIconText = "infoIconText",
Visibility = "visibility"
},
TitleOptions = new LabelOptionsProperty {
CustomLabel = "customLabel",
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
Visibility = "visibility"
}
};
Synopsis
Properties
Info |
The configuration of info icon label options. |
Title |
The options to configure the title visibility, name, and font size. |
Properties
InfoIconLabelOptions
The configuration of info icon label options.
virtual object InfoIconLabelOptions { get; }
Property Value
System.
Remarks
TitleOptions
The options to configure the title visibility, name, and font size.
virtual object TitleOptions { get; }
Property Value
System.