Fill.Angle Property

Definition

Gradient Angle

Represents the following attribute in the schema: angle

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

Property Value

Returns DecimalValue.

Attributes

Applies to