Compartir a través de


PathGradientFill.Path Propiedad

Definición

Trazado de relleno degradado

Representa el atributo siguiente en el esquema: ruta de acceso

[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)

Valor de propiedad

Devuelve EnumValue<T>.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica la forma de la ruta de acceso que se va a seguir.

El tipo simple define los ST_PathShadeType valores posibles para este atributo.

Se aplica a