Class TextStyle
Properties that determine how the title and content are styled
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class TextStyle : IDirectResponseSchema
Properties
BackgroundColor
The background color as a hex string. "#RRGGBB" or "#RGB"
Declaration
[JsonProperty("backgroundColor")]
public virtual string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FontSize
Font sizes for both the title and content. The title will still be larger relative to the content.
Declaration
[JsonProperty("fontSize")]
public virtual string FontSize { get; set; }
Property Value
Type | Description |
---|---|
string |
HorizontalAlignment
The horizontal alignment of both the title and content
Declaration
[JsonProperty("horizontalAlignment")]
public virtual string HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
string |
Padding
The amount of padding around the widget
Declaration
[JsonProperty("padding")]
public virtual string Padding { get; set; }
Property Value
Type | Description |
---|---|
string |
PointerLocation
The pointer location for this widget (also sometimes called a "tail")
Declaration
[JsonProperty("pointerLocation")]
public virtual string PointerLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
TextColor
The text color as a hex string. "#RRGGBB" or "#RGB"
Declaration
[JsonProperty("textColor")]
public virtual string TextColor { get; set; }
Property Value
Type | Description |
---|---|
string |
VerticalAlignment
The vertical alignment of both the title and content
Declaration
[JsonProperty("verticalAlignment")]
public virtual string VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
string |