Compartilhar via


Arc.EndAngle Property

Ending Angle.Represents the attribte in schema: endangle

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

Syntax

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

value = instance.EndAngle

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

Property Value

Type: DocumentFormat.OpenXml.DecimalValue
Returns DecimalValue.

See Also

Reference

Arc Class

Arc Members

DocumentFormat.OpenXml.Vml Namespace