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