Fill.Method Property

Definition

Gradient Fill Method

Represents the following attribute in the schema: method

[DocumentFormat.OpenXml.SchemaAttr(0, "method")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.FillMethodValues> Method { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.FillMethodValues> Method { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "method")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.FillMethodValues>? Method { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("method")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.FillMethodValues>? Method { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.FillMethodValues>? Method { get; set; }
member this.Method : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.FillMethodValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "method")>]
member this.Method : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.FillMethodValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("method")>]
member this.Method : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.FillMethodValues> with get, set
Public Property Method As EnumValue(Of FillMethodValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to