Arc.EndAngle 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.
Ending Angle
Represents the following attribute in the schema: endangle
[DocumentFormat.OpenXml.SchemaAttr(0, "endangle")]
public DocumentFormat.OpenXml.DecimalValue EndAngle { get; set; }
public DocumentFormat.OpenXml.DecimalValue EndAngle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "endangle")]
public DocumentFormat.OpenXml.DecimalValue? EndAngle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("endangle")]
public DocumentFormat.OpenXml.DecimalValue? EndAngle { get; set; }
public DocumentFormat.OpenXml.DecimalValue? EndAngle { get; set; }
member this.EndAngle : DocumentFormat.OpenXml.DecimalValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "endangle")>]
member this.EndAngle : DocumentFormat.OpenXml.DecimalValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("endangle")>]
member this.EndAngle : DocumentFormat.OpenXml.DecimalValue with get, set
Public Property EndAngle As DecimalValue
Property Value
Returns DecimalValue.
- Attributes