Arc.StartAngle Property

Starting Angle.Represents the attribte in schema: startangle

Namespace:  DocumentFormat.OpenXml.Vml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "startangle")> _
Public Property StartAngle As DecimalValue
    Get
    Set
'Usage
Dim instance As Arc
Dim value As DecimalValue

value = instance.StartAngle

instance.StartAngle = value
[SchemaAttrAttribute(, "startangle")]
public DecimalValue StartAngle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DecimalValue
Returns DecimalValue.

See Also

Reference

Arc Class

Arc Members

DocumentFormat.OpenXml.Vml Namespace