Show / Hide Table of Contents

Class PageBackgroundFill

The page background fill.

Inheritance
System.Object
PageBackgroundFill
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class PageBackgroundFill : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PropertyState

The background fill property state. Updating the fill on a page will implicitly update this field to RENDERED, unless another value is specified in the same request. To have no fill on a page, set this field to NOT_RENDERED. In this case, any other fill fields set in the same request will be ignored.

Declaration
[JsonProperty("propertyState")]
public virtual string PropertyState { get; set; }
Property Value
Type Description
System.String

SolidFill

Solid color fill.

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

StretchedPictureFill

Stretched picture fill.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top