Show / Hide Table of Contents

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.

Inheritance
object
MosaicLayout
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX