Show / Hide Table of Contents

Class Line

A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector.

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

Properties

ETag

The ETag of the item.

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

LineCategory

The category of the line. It matches the category specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.

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

LineProperties

The properties of the line.

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

LineType

The type of the line.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX