Class Line
A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector.
Implements
Inherited Members
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 |