Class LineProperties
The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class LineProperties : IDirectResponseSchema
Properties
DashStyle
The dash style of the line.
Declaration
[JsonProperty("dashStyle")]
public virtual string DashStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EndArrow
The style of the arrow at the end of the line.
Declaration
[JsonProperty("endArrow")]
public virtual string EndArrow { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EndConnection
The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating
it is a "connector" can have an end_connection.
Declaration
[JsonProperty("endConnection")]
public virtual LineConnection EndConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| LineConnection |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LineFill
The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
Declaration
[JsonProperty("lineFill")]
public virtual LineFill LineFill { get; set; }
Property Value
| Type | Description |
|---|---|
| LineFill |
Link
The hyperlink destination of the line. If unset, there is no link.
Declaration
[JsonProperty("link")]
public virtual Link Link { get; set; }
Property Value
| Type | Description |
|---|---|
| Link |
StartArrow
The style of the arrow at the beginning of the line.
Declaration
[JsonProperty("startArrow")]
public virtual string StartArrow { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StartConnection
The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type
indicating it is a "connector" can have a start_connection.
Declaration
[JsonProperty("startConnection")]
public virtual LineConnection StartConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| LineConnection |
Weight
The thickness of the line.
Declaration
[JsonProperty("weight")]
public virtual Dimension Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Dimension |