PathGradientFill.Path Property

Definition

Gradient Fill Path

Represents the following attribute in the schema: path

[DocumentFormat.OpenXml.SchemaAttr(0, "path")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PathShadeValues> Path { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PathShadeValues> Path { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "path")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PathShadeValues>? Path { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("path")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PathShadeValues>? Path { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PathShadeValues>? Path { get; set; }
member this.Path : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PathShadeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "path")>]
member this.Path : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PathShadeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("path")>]
member this.Path : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PathShadeValues> with get, set
Public Property Path As EnumValue(Of PathShadeValues)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the shape of the path to follow.

The possible values for this attribute are defined by the ST_PathShadeType simple type.

Applies to