Class MosaicLayout
A mosaic layout divides the available space into a grid of blocks, and overlays the grid with tiles. Unlike GridLayout, tiles may span multiple grid blocks and can be placed at arbitrary locations in the grid.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class MosaicLayout : IDirectResponseSchema
Properties
Columns
The number of columns in the mosaic grid. The number of columns must be between 1 and 48, inclusive.
Declaration
[JsonProperty("columns")]
public virtual int? Columns { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Tiles
The tiles to display.
Declaration
[JsonProperty("tiles")]
public virtual IList<Tile> Tiles { get; set; }
Property Value
Type | Description |
---|---|
IList<Tile> |