ArcTo.StartAngle Property

Shape Arc Start Angle.Represents the attribte in schema: stAng

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

Syntax

'Declaration
<SchemaAttrAttribute(, "stAng")> _
Public Property StartAngle As StringValue
    Get
    Set
'Usage
Dim instance As ArcTo
Dim value As StringValue

value = instance.StartAngle

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

ArcTo Class

ArcTo Members

DocumentFormat.OpenXml.Drawing Namespace