GradientFill.Degree Property

Definition

Linear Gradient Degree

Represents the following attribute in the schema: degree

[DocumentFormat.OpenXml.SchemaAttr(0, "degree")]
public DocumentFormat.OpenXml.DoubleValue Degree { get; set; }
public DocumentFormat.OpenXml.DoubleValue Degree { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "degree")]
public DocumentFormat.OpenXml.DoubleValue? Degree { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("degree")]
public DocumentFormat.OpenXml.DoubleValue? Degree { get; set; }
public DocumentFormat.OpenXml.DoubleValue? Degree { get; set; }
member this.Degree : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "degree")>]
member this.Degree : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("degree")>]
member this.Degree : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property Degree As DoubleValue

Property Value

Returns DoubleValue.

Attributes

Applies to