Class Outline
The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class Outline : IDirectResponseSchema
Properties
DashStyle
The dash style of the outline.
Declaration
[JsonProperty("dashStyle")]
public virtual string DashStyle { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OutlineFill
The fill of the outline.
Declaration
[JsonProperty("outlineFill")]
public virtual OutlineFill OutlineFill { get; set; }
Property Value
Type | Description |
---|---|
OutlineFill |
PropertyState
The outline property state. Updating the outline on a page element will implicitly update this field to
RENDERED
, unless another value is specified in the same request. To have no outline on a page element, set
this field to NOT_RENDERED
. In this case, any other outline fields set in the same request will be
ignored.
Declaration
[JsonProperty("propertyState")]
public virtual string PropertyState { get; set; }
Property Value
Type | Description |
---|---|
string |
Weight
The thickness of the outline.
Declaration
[JsonProperty("weight")]
public virtual Dimension Weight { get; set; }
Property Value
Type | Description |
---|---|
Dimension |