GradientFill.Degree Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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