Interface CfnTheme.ITileStyleProperty
Display options related to tiles on a sheet.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITileStyleProperty
Syntax (vb)
Public Interface ITileStyleProperty
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 tileStyleProperty = new TileStyleProperty {
Border = new BorderStyleProperty {
Show = false
}
};
Synopsis
Properties
Border | The border around a tile. |
Properties
Border
The border around a tile.
virtual object Border { get; }
Property Value
System.