Show / Hide Table of Contents

Class ImageComponent

NOTE: Through future refactoring work, this image component will eventually be used in the Image widget, and will likely replace the Icon proto as well.

Inheritance
object
ImageComponent
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ImageComponent : IDirectResponseSchema

Properties

AltText

Declaration
[JsonProperty("altText")]
public virtual string AltText { get; set; }
Property Value
Type Description
string

BorderStyle

Declaration
[JsonProperty("borderStyle")]
public virtual BorderStyle BorderStyle { get; set; }
Property Value
Type Description
BorderStyle

CropStyle

Declaration
[JsonProperty("cropStyle")]
public virtual ImageCropStyle CropStyle { get; set; }
Property Value
Type Description
ImageCropStyle

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageUrl

Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX